We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914c304 commit 8683a47Copy full SHA for 8683a47
docker-compose.yml
@@ -86,7 +86,7 @@ services:
86
- POSTGRES_CONNECTION_MAX_LIFETIME_SECONDS=300
87
- POSTGRES_CONNECTION_MAX_IDLE_TIME_SECONDS=300
88
- POSTGRES_MIGRATIONS_URL=file://../../store/pg/migrations
89
- command: ["./cmd/api/wait-for-it.sh", "postgres:5432", "--timeout=60", "--", "./file-server"]
+ command: ["./wait-for-it.sh", "postgres:5435", "--timeout=60", "--", "./file-server"]
90
ports:
91
- "8080:36000"
92
depends_on:
0 commit comments