We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef6401 commit 4a28590Copy full SHA for 4a28590
docker-compose.yml
@@ -2,7 +2,7 @@ version: '3'
2
services:
3
app:
4
container_name: stac-fastapi-pgstac
5
- image: stac-utils/stac-fastapi
+ image: stac-utils/stac-fastapi-pgstac
6
build:
7
context: .
8
dockerfile: Dockerfile
@@ -34,7 +34,9 @@ services:
34
depends_on:
35
- database
36
command:
37
- bash -c "./scripts/wait-for-it.sh database:5432 && python -m stac_fastapi.pgstac.app"
+ - bash
38
+ - -c
39
+ - "./scripts/wait-for-it.sh database:5432 && python -m stac_fastapi.pgstac.app"
40
41
database:
42
container_name: stac-db
@@ -72,6 +74,6 @@ services:
72
74
73
75
- app
76
-networks:
- default:
77
- name: stac-fastapi-pgstac-network
+# networks:
78
+# default:
79
+# name: stac-fastapi-pgstac-network
0 commit comments