Restart-Policy auf No geändert
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user