add prometheus metrics to authelia
This commit is contained in:
@@ -14,6 +14,8 @@ services:
|
|||||||
service: default
|
service: default
|
||||||
container_name: authelia
|
container_name: authelia
|
||||||
image: authelia/authelia:latest
|
image: authelia/authelia:latest
|
||||||
|
ports:
|
||||||
|
- 9959:9959 # metrics prometheus
|
||||||
expose:
|
expose:
|
||||||
- 9091
|
- 9091
|
||||||
secrets: [JWT_SECRET, SESSION_SECRET, STORAGE_PASSWORD, STORAGE_ENCRYPTION_KEY]
|
secrets: [JWT_SECRET, SESSION_SECRET, STORAGE_PASSWORD, STORAGE_ENCRYPTION_KEY]
|
||||||
|
|||||||
Reference in New Issue
Block a user