Skip to content

Commit

Permalink
Merge pull request #179 from grycap/devel
Browse files Browse the repository at this point in the history
Increase timeout
  • Loading branch information
micafer authored Sep 3, 2024
2 parents bba901a + 8548929 commit 4e5f20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifacts/stac_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
- "traefik.docker.network=stac_frontend"
depends_on:
- database
command: bash -c "./scripts/wait-for-it.sh database:5432 && python -m stac_fastapi.pgstac.app"
command: bash -c "./scripts/wait-for-it.sh -t 60 database:5432 && python -m stac_fastapi.pgstac.app"
networks:
- frontend
- backend
Expand Down

0 comments on commit 4e5f20f

Please sign in to comment.