update
This commit is contained in:
parent
d71dc31de2
commit
28a9e16bab
4
aws/.env
4
aws/.env
@ -33,3 +33,7 @@ R2_BUCKET_NAME=recipes-backups
|
|||||||
# Automatic Backup Schedule
|
# Automatic Backup Schedule
|
||||||
# Options: test (every 1 minute), daily, weekly, disabled
|
# Options: test (every 1 minute), daily, weekly, disabled
|
||||||
BACKUP_INTERVAL=weekly
|
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
|
||||||
|
|||||||
@ -58,7 +58,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
environment:
|
environment:
|
||||||
API_BASE: http://localhost:8000
|
API_BASE: ${API_BASE:-http://localhost:8000}
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user