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