Build and Push Docker Images / Build and Push Docker Images (push) Failing after 33s
5 lines
241 B
Bash
5 lines
241 B
Bash
# API base for the browser → Django.
|
|
# Dev: http://localhost:8000/ (docker compose maps host :8000 → backend:5000)
|
|
# Prod: leave empty for same-origin (nginx proxies /api, /callback, /auth to Django)
|
|
VITE_API_URL=http://localhost:8000/
|