fix: Fixed baked api url
This commit is contained in:
@@ -60,6 +60,8 @@ services:
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
API_URL: ${API_URL:-http://server:8080}
|
||||
depends_on:
|
||||
- server
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user