Skip to content

Commit 76cb32b

Browse files
committed
use titiler command. fix port
1 parent 039e5ad commit 76cb32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/vbos/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ services:
4646
GDAL_HTTP_VERSION: 2
4747
PYTHONWARNINGS: ignore
4848
WEB_CONCURRENCY: 4
49+
command: ["uvicorn", "titiler.application.main:app", "--host", "0.0.0.0", "--port", "8001", "--workers", "1"]
4950
ports:
50-
- "8001:80"
51+
- "8001:8001"
5152
volumes:
5253
- ./data:/data # Optional: mount local directory with your raster files
5354
restart: unless-stopped

0 commit comments

Comments
 (0)