rename authelia service to authelia
add proxy-net to authelia container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user