This commit is contained in:
dvirlabs 2026-01-05 00:52:41 +02:00
parent d71dc31de2
commit 28a9e16bab
2 changed files with 5 additions and 1 deletions

View File

@ -33,3 +33,7 @@ R2_BUCKET_NAME=recipes-backups
# Automatic Backup Schedule
# Options: test (every 1 minute), daily, weekly, disabled
BACKUP_INTERVAL=weekly
# Frontend API URL - Replace with your EC2 public IP
# This is used by the browser to connect to the backend
API_BASE=http://YOUR_EC2_PUBLIC_IP:8000

View File

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