Update authelia/docker-compose.yml
This commit is contained in:
@@ -1,24 +1,17 @@
|
|||||||
|
# From James Turland GIT hub
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authelia:
|
authelia:
|
||||||
image: authelia/authelia
|
image: authelia/authelia
|
||||||
container_name: authelia
|
container_name: authelia
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/disk/authelia:/config
|
- /mnt/disk/authelia/config:/config
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
ports:
|
||||||
|
- 9091:9091
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
environment:
|
||||||
- redis
|
- TZ=Europe/London
|
||||||
healthcheck:
|
healthcheck:
|
||||||
## In production the healthcheck section should be commented.
|
|
||||||
disable: true
|
disable: true
|
||||||
environment:
|
|
||||||
TZ: Europe/London
|
|
||||||
|
|
||||||
redis:
|
|
||||||
image: redis:alpine
|
|
||||||
container_name: redis
|
|
||||||
volumes:
|
|
||||||
- mnt/disk/authelia/redis:/data
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
TZ: Europe/London
|
|
||||||
...
|
|
||||||
|
|||||||
Reference in New Issue
Block a user