update
This commit is contained in:
parent
2d3f4602de
commit
d71dc31de2
4
aws/.env
4
aws/.env
@ -33,7 +33,3 @@ 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 (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
|
|
||||||
|
|||||||
@ -58,7 +58,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
environment:
|
environment:
|
||||||
VITE_API_URL: ${VITE_API_URL:-http://backend:8000}
|
API_BASE: http://localhost:8000
|
||||||
depends_on:
|
depends_on:
|
||||||
- backend
|
- backend
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user