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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user