added authelia ports to compose

This commit is contained in:
2025-04-03 10:18:10 -05:00
parent 2069dfd44b
commit 2b1215daa8

View File

@@ -7,6 +7,8 @@ services:
networks: networks:
- authelia - authelia
- reverseproxy - reverseproxy
ports:
- 9091:9091
restart: 'unless-stopped' restart: 'unless-stopped'
healthcheck: healthcheck:
disable: true disable: true