Fix docker-test editor runtime smoke
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-16 20:39:16 +03:00
parent 3b37a217a8
commit 1fe213c5ee
3 changed files with 42 additions and 15 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ services:
context: ../..
dockerfile: infra/docker/Dockerfile.web
environment:
NEXT_PUBLIC_SFERA_API_URL: http://localhost:8000
SFERA_API_URL: http://sfera-api:8000
NEXT_PUBLIC_SFERA_API_URL: http://docker-test.cin.su:${SFERA_API_PORT:-8000}
SFERA_API_URL: http://docker-test.cin.su:${SFERA_API_PORT:-8000}
ports:
- "${SFERA_WEB_PORT:-3000}:3000"
depends_on: