Add authelia/docker-compose.yml
This commit is contained in:
22
authelia/docker-compose.yml
Normal file
22
authelia/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
services:
|
||||
authelia:
|
||||
image: 'authelia/authelia'
|
||||
container_name: 'authelia'
|
||||
volumes:
|
||||
- './authelia:/config'
|
||||
restart: 'unless-stopped'
|
||||
healthcheck:
|
||||
## In production the healthcheck section should be commented.
|
||||
disable: true
|
||||
environment:
|
||||
TZ: 'Europe/London'
|
||||
|
||||
redis:
|
||||
image: 'redis:alpine'
|
||||
container_name: 'redis'
|
||||
volumes:
|
||||
- './redis:/data'
|
||||
restart: 'unless-stopped'
|
||||
environment:
|
||||
TZ: 'Europe/London'
|
||||
...
|
||||
Reference in New Issue
Block a user