Skip to content

Commit 7444868

Browse files
committed
update docker-compose
1 parent 8f15a13 commit 7444868

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ services:
2222
- ENABLE_TRANSACTIONS_EXTENSIONS=TRUE
2323
ports:
2424
- "8082:8082"
25-
volumes:
26-
- ./scripts:/tmp/scripts
2725
depends_on:
2826
- database
29-
command: bash -c "/tmp/scripts/wait-for-it.sh database:5432 && python -m stac_fastapi.pgstac.app"
27+
command: bash -c "scripts/wait-for-it.sh database:5432 && python -m stac_fastapi.pgstac.app"
3028
develop:
3129
watch:
3230
- action: rebuild

0 commit comments

Comments
 (0)