feat: update API base URL handling and improve Caddy configuration for Flutter app
This commit is contained in:
+2
-1
@@ -3,11 +3,12 @@ services:
|
||||
build:
|
||||
context: ./flutter
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
API_BASE_URL: "/api"
|
||||
image: recipe-flutter:local
|
||||
container_name: recipe-flutter
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
FLUTTER_API_URL_INTERNAL: "http://recipe-api:8080"
|
||||
PORT: "5000"
|
||||
ports:
|
||||
- "5000:5000"
|
||||
|
||||
Reference in New Issue
Block a user