mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 10:24:53 +01:00
build
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
wud.watch: false
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- authentik_database:/var/lib/postgresql/data
|
||||
- database:/var/lib/postgresql/data
|
||||
redis:
|
||||
command: --save 60 1 --loglevel warning
|
||||
healthcheck:
|
||||
@@ -80,12 +80,12 @@ services:
|
||||
wud.watch: true
|
||||
wud.watch.digest: true
|
||||
ports:
|
||||
- ${COMPOSE_PORT_HTTP:-9003}:9000
|
||||
- ${COMPOSE_PORT_HTTPS:-9453}:9443
|
||||
- 9003:9000
|
||||
- 9453:9443
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- authentik_media:/media
|
||||
- authentik_custom-templates:/templates
|
||||
- media:/media
|
||||
- templates:/templates
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
worker:
|
||||
command: worker
|
||||
@@ -108,18 +108,18 @@ services:
|
||||
user: root
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- authentik_media:/media
|
||||
- authentik_certs:/certs
|
||||
- authentik_custom-templates:/templates
|
||||
- media:/media
|
||||
- certs:/certs
|
||||
- custom-templates:/templates
|
||||
|
||||
volumes:
|
||||
authentik_database:
|
||||
database:
|
||||
driver: local
|
||||
authentik_redis:
|
||||
redis:
|
||||
driver: local
|
||||
authentik_custom-templates:
|
||||
custom-templates:
|
||||
driver: local
|
||||
authentik_media:
|
||||
media:
|
||||
driver: local
|
||||
authentik_certs:
|
||||
certs:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user