sdf
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-03-28 21:44:14 -05:00
parent 890a79ffdd
commit 3a3385974f
2 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@ networks:
external: true
services:
frontend:
homelable-frontend:
image: ghcr.io/pouzor/homelable-frontend:latest
networks:
- netgrimoire
@ -27,7 +27,7 @@ services:
# --- DIUN ---
diun.enable: "true"
backend:
homelable-backend:
image: ghcr.io/pouzor/homelable-backend:latest
networks:
- netgrimoire
@ -41,6 +41,8 @@ services:
- STATUS_CHECKER_INTERVAL=${STATUS_CHECKER_INTERVAL:-60}
- SQLITE_PATH=/app/data/homelab.db
- CORS_ORIGINS=["https://homelable.netgrimoire.com"]
# Internal service name must match for MCP if re-enabled later
- BACKEND_URL=http://homelable-backend:8000
cap_add:
- NET_RAW
- NET_ADMIN