diff --git a/authentik.yaml b/authentik.yaml index b9014f7..2e51567 100644 --- a/authentik.yaml +++ b/authentik.yaml @@ -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 diff --git a/graylog.yaml b/graylog.yaml index eec031b..71eaf51 100644 --- a/graylog.yaml +++ b/graylog.yaml @@ -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"