diff --git a/authelia/docker-compose.yml b/authelia/docker-compose.yml index f00b608..9822fee 100644 --- a/authelia/docker-compose.yml +++ b/authelia/docker-compose.yml @@ -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