Expose 9000 and 9443 for Authentik

This commit is contained in:
Chris King
2025-01-13 12:04:23 -08:00
parent b94f8d6557
commit 6d353fcd69

View File

@@ -50,6 +50,9 @@ services:
ports: ports:
- "${COMPOSE_PORT_HTTP:-9000}:9000" - "${COMPOSE_PORT_HTTP:-9000}:9000"
- "${COMPOSE_PORT_HTTPS:-9443}:9443" - "${COMPOSE_PORT_HTTPS:-9443}:9443"
expose:
- "9000"
- "9443"
depends_on: depends_on:
db: db:
condition: service_healthy condition: service_healthy