Reformat compose files

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-10-28 14:30:26 +01:00
parent d33220eab7
commit 6a23377c36
39 changed files with 1255 additions and 1266 deletions

View File

@@ -1,34 +1,32 @@
version: '3.9'
services:
authelia:
image: authelia/authelia
restart: unless-stopped
volumes:
- /home/nick/configs/authelia:/config
healthcheck:
disable: true
networks:
- default
- routing
user: 1000:1000
authelia:
image: authelia/authelia
restart: unless-stopped
volumes:
- /home/nick/configs/authelia:/config
healthcheck:
disable: true
networks:
- default
- routing
user: 1000:1000
db:
image: postgres:14
restart: unless-stopped
environment:
POSTGRES_USER: authelia
POSTGRES_PASSWORD: authelia
POSTGRES_DB: authelia
volumes:
- /home/nick/configs/authelia/db:/var/lib/postgresql/data
user: 1000:1000
db:
image: postgres:14
restart: unless-stopped
environment:
- POSTGRES_USER=authelia
- POSTGRES_PASSWORD=authelia
- POSTGRES_DB=authelia
volumes:
- /home/nick/configs/authelia/db:/var/lib/postgresql/data
user: 1000:1000
redis:
image: redis
restart: unless-stopped
redis:
image: redis
restart: unless-stopped
networks:
routing:
external: true
name: routing
routing:
external: true
name: routing