This commit is contained in:
traveler 2024-11-13 20:18:55 -06:00
parent 5203d8cd0c
commit 92e906981c
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ services:
server: server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3} image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.8.3}
# restart: unless-stopped restart: unless-stopped
command: server command: server
environment: environment:
AUTHENTIK_REDIS__HOST: redis AUTHENTIK_REDIS__HOST: redis

View file

@ -54,7 +54,7 @@ services:
image: "${GRAYLOG_IMAGE:-graylog/graylog:6.0}" image: "${GRAYLOG_IMAGE:-graylog/graylog:6.0}"
depends_on: depends_on:
- mongodb - mongodb
-condition: "service_started" # -condition: "service_started"
entrypoint: "/usr/bin/tini -- /docker-entrypoint.sh" entrypoint: "/usr/bin/tini -- /docker-entrypoint.sh"
environment: environment:
GRAYLOG_NODE_ID_FILE: "/usr/share/graylog/data/data/node-id" GRAYLOG_NODE_ID_FILE: "/usr/share/graylog/data/data/node-id"