set new port

This commit is contained in:
2025-09-17 09:32:18 +03:00
parent 14fbcdb59e
commit 09fcf4ffb7
4 changed files with 7 additions and 7 deletions

View File

@@ -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