testing compose file
This commit is contained in:
@@ -2,28 +2,28 @@ services:
|
|||||||
authelia:
|
authelia:
|
||||||
image: authelia/authelia
|
image: authelia/authelia
|
||||||
container_name: authelia
|
container_name: authelia
|
||||||
volumes:
|
environment:
|
||||||
- ./config:/config
|
TZ: America/Chicago
|
||||||
./authelia.log:/etc/authelia/authelia.log
|
|
||||||
networks:
|
networks:
|
||||||
- authelia
|
- authelia
|
||||||
- reverse-proxy
|
- reverse-proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
disable: true
|
||||||
environment:
|
volumes:
|
||||||
TZ: America/Chicago
|
- ./config:/config
|
||||||
|
./authelia.log:/etc/authelia/authelia.log
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
container_name: redis
|
container_name: redis
|
||||||
volumes:
|
environment:
|
||||||
- ./redis:/data
|
TZ: America/Chicago
|
||||||
networks:
|
networks:
|
||||||
- authelia
|
- authelia
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
volumes:
|
||||||
TZ: America/Chicago
|
- ./redis:/data
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
authelia:
|
authelia:
|
||||||
|
|||||||
Reference in New Issue
Block a user