set new port
This commit is contained in:
@@ -50,13 +50,13 @@ services:
|
||||
volumes:
|
||||
- solardb_uploads:/app/uploads
|
||||
expose:
|
||||
- "5000"
|
||||
- "5555"
|
||||
depends_on:
|
||||
- solardb-api
|
||||
networks:
|
||||
- reverse-proxy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-fsS", "http://localhost:5000/"]
|
||||
test: ["CMD", "curl", "-fsS", "http://localhost:5555/"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user