Initial commit

This commit is contained in:
2026-07-11 19:30:52 +02:00
commit 7183ae31bc
8 changed files with 2831 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
travel-monitor:
build: .
container_name: travel-monitor
restart: unless-stopped
ports:
# Bound to localhost only — traffic must come through the reverse proxy.
# If Caddy runs on a different host, change 127.0.0.1 to the Caddy LXC IP.
- "127.0.0.1:${PORT:-8000}:8000"
env_file:
- .env
volumes:
- ./data:/data