We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05586a commit d4caaceCopy full SHA for d4caace
docker-compose.sample.yml
@@ -54,7 +54,6 @@ services:
54
restart: true
55
command: bash -c "uvicorn stac_fastapi.pgstac.app:app --host 0.0.0.0 --port 8881"
56
volumes:
57
- - ./adjacent-servers/docker-scripts:/tmp/scripts
58
- ./Missions:/Missions
59
60
tipg:
@@ -91,7 +90,6 @@ services:
91
90
condition: service_healthy
92
93
94
95
96
97
titiler:
@@ -196,7 +194,6 @@ services:
196
194
command: bash -c "/start.sh"
197
195
198
199
200
201
veloserver:
202
image: ghcr.io/nasa-ammos/veloserver:development
0 commit comments