[mod] auth ports
This commit is contained in:
parent
df6554ee7f
commit
7cc50a283f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue