fix: remove dangling network references from excalidash compose

This commit is contained in:
2026-07-29 14:32:09 +00:00
parent 4a9c9b0ef1
commit 624f0d4d3a
-4
View File
@@ -15,8 +15,6 @@ services:
- CSRF_SECRET=d86a5dae06c7bf5960d6eca8c1a04af5ad5012307c176fc6f0118d1731b6af6d
volumes:
- /docker/excalidash/data:/app/prisma
networks:
- excalidash-network
healthcheck:
test: ["CMD", "node", "-e", "require('http').get('http://127.0.0.1:8000/health', (r) => process.exit(r.statusCode === 200 ? 0 : 1))"]
interval: 30s
@@ -33,8 +31,6 @@ services:
- "8030:80"
depends_on:
- excalidash-backend
networks:
- excalidash-network
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1:80"]
interval: 30s