general update oon docker config
This commit is contained in:
@@ -16,6 +16,8 @@ services:
|
||||
image: authelia/authelia:latest
|
||||
ports:
|
||||
- 9959:9959 # metrics prometheus
|
||||
networks:
|
||||
- ip6net
|
||||
expose:
|
||||
- 9091
|
||||
secrets: [JWT_SECRET, SESSION_SECRET, STORAGE_PASSWORD, STORAGE_ENCRYPTION_KEY]
|
||||
@@ -40,4 +42,4 @@ services:
|
||||
- 'traefik.http.routers.authelia.service=authelia-svc'
|
||||
- 'traefik.http.services.authelia-svc.loadbalancer.server.port=9091'
|
||||
# Middleware
|
||||
- "traefik.http.routers.authelia.middlewares=crowdsec-bouncer@file"
|
||||
#- "traefik.http.routers.authelia.middlewares=crowdsec-bouncer@file"
|
||||
Reference in New Issue
Block a user