[mod] auth ports

This commit is contained in:
Andy Bunce 2025-03-31 21:58:57 +01:00
parent df6554ee7f
commit 7cc50a283f

View file

@ -46,8 +46,8 @@ services:
env_file: env_file:
- .env - .env
ports: ports:
- "${COMPOSE_PORT_HTTP:-8000}:9000" - "${COMPOSE_PORT_HTTP:-7000}:9000"
- "${COMPOSE_PORT_HTTPS:-8443}:9443" - "${COMPOSE_PORT_HTTPS:-7443}:9443"
depends_on: depends_on:
postgresql: postgresql:
condition: service_healthy condition: service_healthy