Restart-Policy auf No geändert

This commit is contained in:
2026-01-23 16:27:19 +01:00
parent 7b0b08f13f
commit 7b2a6714de
-4
View File
@@ -3,7 +3,6 @@ services:
image: docker.io/library/postgres:16-alpine
labels:
com.hanold.environment: production
restart: unless-stopped
healthcheck:
test:
- CMD-SHELL
@@ -26,7 +25,6 @@ services:
labels:
com.hanold.environment: testing
command: --save 60 1 --loglevel warning
restart: unless-stopped
healthcheck:
test:
- CMD-SHELL
@@ -42,7 +40,6 @@ services:
image: ghcr.io/goauthentik/server:latest
labels:
com.hanold.environment: production
restart: unless-stopped
command: server
environment:
AUTHENTIK_REDIS__HOST: redis
@@ -65,7 +62,6 @@ services:
image: ghcr.io/goauthentik/server:latest
labels:
com.hanold.environment: production
restart: unless-stopped
command: worker
environment:
AUTHENTIK_REDIS__HOST: redis