This commit is contained in:
dvirlabs 2026-01-05 00:50:22 +02:00
parent 2d3f4602de
commit d71dc31de2
2 changed files with 1 additions and 5 deletions

View File

@ -33,7 +33,3 @@ R2_BUCKET_NAME=recipes-backups
# Automatic Backup Schedule
# Options: test (every 1 minute), daily, weekly, disabled
BACKUP_INTERVAL=weekly
# Frontend API URL (for frontend container to connect to backend via docker-compose)
# Use the service name 'backend' from docker-compose.yaml
VITE_API_URL=http://backend:8000

View File

@ -58,7 +58,7 @@ services:
ports:
- "80:80"
environment:
VITE_API_URL: ${VITE_API_URL:-http://backend:8000}
API_BASE: http://localhost:8000
depends_on:
- backend
networks: