Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakawaguchi committed Jan 16, 2025
1 parent ac70812 commit 031a68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include:
- path: ./compose/temporal/compose.yml
env_file:
- ./compose/temporal/.env
# - path: ./compose/compose-db.yml
- path: ./compose/compose-db.yml
# - path: ./compose/compose-db-mysql.yml
# - path: ./compose/compose-db-mongo.yml
# - path: ./compose/compose-db-dynamo.yml
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
- POSTGRES_PASSWORD=foofar
- PGUSER=postgres
healthcheck:
test: ['CMD', 'pg_isready']
test: ["CMD", "pg_isready"]
interval: 10s
timeout: 5s
retries: 5
Expand Down

0 comments on commit 031a68e

Please sign in to comment.