fix: Update backend URL in QuickImportProxy to use the correct API endpoint
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
container_name: recipe-frontend
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NEXT_PUBLIC_API_URL: "http://recipe-api:8080"
|
||||
# env_file:
|
||||
# - .env
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user