fix: use relative API path for docker deployment

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maxim
2025-12-15 18:05:21 +03:00
parent adb27ab1fa
commit 1786ceaa60

View File

@@ -18,12 +18,12 @@ services:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile
args: args:
- NUXT_PUBLIC_API_BASE=http://localhost:3001 - NUXT_PUBLIC_API_BASE=
container_name: eng-bot-frontend container_name: eng-bot-frontend
expose: expose:
- "3000" - "3000"
environment: environment:
- NUXT_PUBLIC_API_BASE=http://localhost:3001 - NUXT_PUBLIC_API_BASE=
depends_on: depends_on:
- backend - backend
restart: unless-stopped restart: unless-stopped