fix: add domverse network to backend service
Some checks failed
Deploy / deploy (push) Failing after 37s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 12:07:54 +01:00
parent 65b0d48f9d
commit 7c125dbaeb

View File

@@ -11,7 +11,10 @@ services:
- DATABASE_PATH=/app/data/cache.db - DATABASE_PATH=/app/data/cache.db
volumes: volumes:
- flight-radar-data:/app/data - flight-radar-data:/app/data
# No ports exposed — only reachable by the frontend via the default compose network networks:
- default
- domverse
# No ports exposed — only reachable by the frontend via nginx proxy
frontend: frontend:
build: build: