Skip to content

Commit 039e5ad

Browse files
committed
add caddy labels, port to titiler
1 parent fb91147 commit 039e5ad

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deploy/vbos/docker-compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,15 @@ services:
4747
PYTHONWARNINGS: ignore
4848
WEB_CONCURRENCY: 4
4949
ports:
50-
- "8000:80"
50+
- "8001:80"
5151
volumes:
5252
- ./data:/data # Optional: mount local directory with your raster files
5353
restart: unless-stopped
54+
networks:
55+
- caddy
56+
labels:
57+
caddy: vbos-titiler.ds.io
58+
caddy.reverse_proxy: "{{upstreams 8001}}"
5459

5560
networks:
5661
caddy:

0 commit comments

Comments
 (0)