Fix docker-test editor runtime smoke
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user