auth
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user