Update authelia/docker-compose.yml
Change to run on virtual node 21
This commit is contained in:
@@ -5,9 +5,9 @@ services:
|
|||||||
image: authelia/authelia
|
image: authelia/authelia
|
||||||
container_name: authelia
|
container_name: authelia
|
||||||
volumes:
|
volumes:
|
||||||
- /media/gv0/docker/authelia/config:/config
|
- /mnt/disk/authelia/config:/config
|
||||||
networks:
|
# networks:
|
||||||
- caddy_net
|
# - caddy_net
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
ports:
|
ports:
|
||||||
@@ -24,9 +24,9 @@ services:
|
|||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
container_name: redis
|
container_name: redis
|
||||||
volumes:
|
volumes:
|
||||||
- /media/gv0/docker/redis:/data
|
- /mnt/disk/authelia/redis:/data
|
||||||
networks:
|
# networks:
|
||||||
- caddy_net
|
# - caddy_net
|
||||||
expose:
|
expose:
|
||||||
- 6379
|
- 6379
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -34,6 +34,6 @@ services:
|
|||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
|
|
||||||
|
|
||||||
networks:
|
#networks:
|
||||||
caddy_net:
|
# caddy_net:
|
||||||
external: true
|
# external: true
|
||||||
Reference in New Issue
Block a user