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
dockerfile: Dockerfile
args:
- NUXT_PUBLIC_API_BASE=http://localhost:3001
- NUXT_PUBLIC_API_BASE=
container_name: eng-bot-frontend
expose:
- "3000"
environment:
- NUXT_PUBLIC_API_BASE=http://localhost:3001
- NUXT_PUBLIC_API_BASE=
depends_on:
- backend
restart: unless-stopped