Newer
Older
environment:
# container internal port (not exposed to host)
# db config
- <<dbNameKey>>=<<projectName>>
- <<dbUserKey>>=databaseUser
- <<dbPassword>>=databasePw1!
- <<dbHost>>=db
stdin_open: true
tty: true
restart: always
depends_on:
db:
condition: service_healthy
healthcheck:
test: curl -f http://localhost:$$PORT/health
timeout: 10s
retries: 5
profiles:
- local
- ""