Skip to content

Commit

Permalink
build: better devex with default POSTGRES_USER and POSTGRES_DB
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 30, 2024
1 parent e7fd9a6 commit e2d19c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- tasking-manager.env
restart: unless-stopped
healthcheck:
test: pg_isready -U ${POSTGRES_USER} -d ${POSTGRES_DB}
test: pg_isready -U ${POSTGRES_USER:-tm} -d ${POSTGRES_DB:-tasking-manager}
start_period: 35s
interval: 10s
timeout: 5s
Expand Down

0 comments on commit e2d19c9

Please sign in to comment.