fix: remove dangling network references from excalidash compose
This commit is contained in:
@@ -15,8 +15,6 @@ services:
|
|||||||
- CSRF_SECRET=d86a5dae06c7bf5960d6eca8c1a04af5ad5012307c176fc6f0118d1731b6af6d
|
- CSRF_SECRET=d86a5dae06c7bf5960d6eca8c1a04af5ad5012307c176fc6f0118d1731b6af6d
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/excalidash/data:/app/prisma
|
- /docker/excalidash/data:/app/prisma
|
||||||
networks:
|
|
||||||
- excalidash-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "node", "-e", "require('http').get('http://127.0.0.1:8000/health', (r) => process.exit(r.statusCode === 200 ? 0 : 1))"]
|
test: ["CMD", "node", "-e", "require('http').get('http://127.0.0.1:8000/health', (r) => process.exit(r.statusCode === 200 ? 0 : 1))"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
@@ -33,8 +31,6 @@ services:
|
|||||||
- "8030:80"
|
- "8030:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- excalidash-backend
|
- excalidash-backend
|
||||||
networks:
|
|
||||||
- excalidash-network
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1:80"]
|
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://127.0.0.1:80"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user