rename authelia service to authelia

add proxy-net to authelia container
This commit is contained in:
Chris King
2025-01-12 22:46:09 -08:00
parent 7002b866f9
commit 005c60abc3

View File

@@ -1,6 +1,6 @@
name: "authelia"
services:
app:
authelia:
image: authelia/authelia:latest
restart: unless-stopped
depends_on:
@@ -8,6 +8,9 @@ services:
- redis
volumes:
- ./config/authelia:/config
networks:
- proxy-net
- default
ports:
- "9091:9091"
environment:
@@ -67,6 +70,10 @@ services:
secrets:
- redis_pass
networks:
proxy-net:
external: true
secrets:
postgres_pass:
file: ./secrets/POSTGRES_PASS