rew
This commit is contained in:
parent
5203d8cd0c
commit
92e906981c
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ services:
|
|||
|
||||
server:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
|
||||
# restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
environment:
|
||||
AUTHENTIK_REDIS__HOST: redis
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ services:
|
|||
image: "${GRAYLOG_IMAGE:-graylog/graylog:6.0}"
|
||||
depends_on:
|
||||
- mongodb
|
||||
-condition: "service_started"
|
||||
# -condition: "service_started"
|
||||
entrypoint: "/usr/bin/tini -- /docker-entrypoint.sh"
|
||||
environment:
|
||||
GRAYLOG_NODE_ID_FILE: "/usr/share/graylog/data/data/node-id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue