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
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "8443:8443"
|
||||
environment:
|
||||
- SSL_MODE=${SSL_MODE-off}
|
||||
- APP_KEY=${APP_KEY}
|
||||
@ -23,9 +22,9 @@ services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
environment:
|
||||
- POSTGRES_USER="${DB_USERNAME:-nexo-cloud}"
|
||||
- POSTGRES_PASSWORD="${DB_PASSWORD:-nexo-cloud}"
|
||||
- POSTGRES_DB="${DB_DATABASE:-nexo-cloud}"
|
||||
- POSTGRES_USER=${DB_USERNAME:-nexo-cloud}
|
||||
- POSTGRES_PASSWORD=${DB_PASSWORD:-nexo-cloud}
|
||||
- POSTGRES_DB=${DB_DATABASE:-nexo-cloud}
|
||||
healthcheck:
|
||||
test: [ "CMD-SHELL", "pg_isready -U ${DB_USERNAME}", "-d", "${DB_DATABASE:-nexo-cloud}" ]
|
||||
interval: 5s
|
||||
|
Loading…
x
Reference in New Issue
Block a user