Restart-Policy auf No geändert
This commit is contained in:
@@ -3,7 +3,6 @@ services:
|
|||||||
image: docker.io/library/postgres:16-alpine
|
image: docker.io/library/postgres:16-alpine
|
||||||
labels:
|
labels:
|
||||||
com.hanold.environment: production
|
com.hanold.environment: production
|
||||||
restart: unless-stopped
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
@@ -26,7 +25,6 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
com.hanold.environment: testing
|
com.hanold.environment: testing
|
||||||
command: --save 60 1 --loglevel warning
|
command: --save 60 1 --loglevel warning
|
||||||
restart: unless-stopped
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
@@ -42,7 +40,6 @@ services:
|
|||||||
image: ghcr.io/goauthentik/server:latest
|
image: ghcr.io/goauthentik/server:latest
|
||||||
labels:
|
labels:
|
||||||
com.hanold.environment: production
|
com.hanold.environment: production
|
||||||
restart: unless-stopped
|
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_REDIS__HOST: redis
|
AUTHENTIK_REDIS__HOST: redis
|
||||||
@@ -65,7 +62,6 @@ services:
|
|||||||
image: ghcr.io/goauthentik/server:latest
|
image: ghcr.io/goauthentik/server:latest
|
||||||
labels:
|
labels:
|
||||||
com.hanold.environment: production
|
com.hanold.environment: production
|
||||||
restart: unless-stopped
|
|
||||||
command: worker
|
command: worker
|
||||||
environment:
|
environment:
|
||||||
AUTHENTIK_REDIS__HOST: redis
|
AUTHENTIK_REDIS__HOST: redis
|
||||||
|
|||||||
Reference in New Issue
Block a user