sdf
This commit is contained in:
parent
890a79ffdd
commit
3a3385974f
2 changed files with 12 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue