Initial upload of configurations

This commit is contained in:
Sil Klaasboer
2025-02-17 19:23:54 +01:00
parent 75ea10380d
commit ca2bcafe16
184 changed files with 4660 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
authelia:
image: authelia/authelia
container_name: ${CONTAINER_NAME}
volumes:
- ${HOME_DIR}/${CONTAINER_NAME}/config:/config
ports:
- ${PORT_HTTPS}:9091
env_file:
- path: ./authelia.env
required: true
- path: ../global.env
required: true
dns: # do not use dns given by router because it will create a loop when pihole or the server goes down and starts back up
- ${DNS_OVERRIDE}
restart: unless-stopped
environment:
- TZ=Europe/Amsterdam