Atualizar docker-compose.yaml
This commit is contained in:
parent
49dadeccf7
commit
584a6fa3d2
@ -3,7 +3,6 @@ services:
|
|||||||
image: git.masscivicdynamic.com/masscivicdynamic/nexo-cloud:latest
|
image: git.masscivicdynamic.com/masscivicdynamic/nexo-cloud:latest
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
- "8443:8443"
|
|
||||||
environment:
|
environment:
|
||||||
- SSL_MODE=${SSL_MODE-off}
|
- SSL_MODE=${SSL_MODE-off}
|
||||||
- APP_KEY=${APP_KEY}
|
- APP_KEY=${APP_KEY}
|
||||||
@ -23,9 +22,9 @@ services:
|
|||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER="${DB_USERNAME:-nexo-cloud}"
|
- POSTGRES_USER=${DB_USERNAME:-nexo-cloud}
|
||||||
- POSTGRES_PASSWORD="${DB_PASSWORD:-nexo-cloud}"
|
- POSTGRES_PASSWORD=${DB_PASSWORD:-nexo-cloud}
|
||||||
- POSTGRES_DB="${DB_DATABASE:-nexo-cloud}"
|
- POSTGRES_DB=${DB_DATABASE:-nexo-cloud}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD-SHELL", "pg_isready -U ${DB_USERNAME}", "-d", "${DB_DATABASE:-nexo-cloud}" ]
|
test: [ "CMD-SHELL", "pg_isready -U ${DB_USERNAME}", "-d", "${DB_DATABASE:-nexo-cloud}" ]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user