This commit is contained in:
2025-12-31 19:55:43 +01:00
parent 8260bf7baf
commit 167e82a52b
66 changed files with 5124 additions and 228 deletions

View File

@@ -55,7 +55,7 @@ services:
condition: service_healthy
networks:
- gridpilot-network
restart: unless-stopped
restart: "no"
healthcheck:
test: ["CMD", "node", "-e", "fetch('http://localhost:3000/health').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]
interval: 5s
@@ -90,7 +90,7 @@ services:
condition: service_healthy
networks:
- gridpilot-network
restart: unless-stopped
restart: "no"
healthcheck:
test: ["CMD", "node", "-e", "fetch('http://localhost:3000').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]
interval: 5s
@@ -100,7 +100,7 @@ services:
db:
image: postgres:15-alpine
restart: unless-stopped
restart: "no"
env_file:
- .env.development
ports: