service configurations for desearch.cc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
549 B

version: '3.3'
networks:
net:
driver: bridge
services:
authelia:
image: authelia/authelia
# image: authelia/authelia:4.31
volumes:
- ./authelia:/config
ports:
- 9091:9091
restart: unless-stopped
healthcheck:
disable: true
environment:
- TZ=Europe/Amsterdam
depends_on:
- redis
redis:
image: redis:alpine
container_name: redis_authelia
volumes:
- ./redis:/data
expose:
- 6379
restart: unless-stopped
environment:
- TZ=Europe/Amsterdam