fix docker compose
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
expose:
|
||||
- "5001"
|
||||
networks:
|
||||
- reverse-proxy_default
|
||||
- reverse-proxy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-fsS", "http://localhost:5001/healthz"]
|
||||
interval: 30s
|
||||
@@ -54,7 +54,7 @@ services:
|
||||
depends_on:
|
||||
- solardb-api
|
||||
networks:
|
||||
- reverse-proxy_default
|
||||
- reverse-proxy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-fsS", "http://localhost:5000/"]
|
||||
interval: 30s
|
||||
@@ -66,5 +66,5 @@ volumes:
|
||||
solardb_uploads:
|
||||
|
||||
networks:
|
||||
reverse-proxy_default:
|
||||
reverse-proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user