feat: update API base URL handling and improve Caddy configuration for Flutter app

This commit is contained in:
Nils-Johan Gynther
2026-04-21 21:59:47 +02:00
parent ac5891394e
commit 39384a0e74
4 changed files with 19 additions and 10 deletions
+2 -1
View File
@@ -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"