rename authelia service to authelia
add proxy-net to authelia container
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: "authelia"
|
name: "authelia"
|
||||||
services:
|
services:
|
||||||
app:
|
authelia:
|
||||||
image: authelia/authelia:latest
|
image: authelia/authelia:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -8,6 +8,9 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/authelia:/config
|
- ./config/authelia:/config
|
||||||
|
networks:
|
||||||
|
- proxy-net
|
||||||
|
- default
|
||||||
ports:
|
ports:
|
||||||
- "9091:9091"
|
- "9091:9091"
|
||||||
environment:
|
environment:
|
||||||
@@ -67,6 +70,10 @@ services:
|
|||||||
secrets:
|
secrets:
|
||||||
- redis_pass
|
- redis_pass
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy-net:
|
||||||
|
external: true
|
||||||
|
|
||||||
secrets:
|
secrets:
|
||||||
postgres_pass:
|
postgres_pass:
|
||||||
file: ./secrets/POSTGRES_PASS
|
file: ./secrets/POSTGRES_PASS
|
||||||
|
|||||||
Reference in New Issue
Block a user