update
This commit is contained in:
parent
4aa6acec9e
commit
2ddb069d1d
3
.env.aws
3
.env.aws
@ -1,9 +1,8 @@
|
||||
# Database Configuration (AWS RDS)
|
||||
# Replace with your actual AWS RDS endpoint
|
||||
DB_USER=recipes_user
|
||||
DB_PASSWORD=recipes_password
|
||||
DB_NAME=recipes_db
|
||||
DB_HOST=your-rds-endpoint.us-east-1.rds.amazonaws.com
|
||||
DB_HOST=my-recipes-rds.chw4omcqsuqv7.eu-central-1.rds.amazonaws.com
|
||||
DB_PORT=5432
|
||||
|
||||
# Email Configuration
|
||||
|
||||
@ -1,9 +1,8 @@
|
||||
# Database Configuration (AWS RDS)
|
||||
# Replace with your actual AWS RDS endpoint
|
||||
DB_USER=recipes_user
|
||||
DB_PASSWORD=recipes_password
|
||||
DB_NAME=recipes_db
|
||||
DB_HOST=your-rds-endpoint.us-east-1.rds.amazonaws.com
|
||||
DB_HOST=my-recipes-rds.chw4omcqsuqv7.eu-central-1.rds.amazonaws.com
|
||||
DB_PORT=5432
|
||||
|
||||
# Email Configuration
|
||||
|
||||
@ -46,7 +46,7 @@ services:
|
||||
# Backup Schedule
|
||||
BACKUP_INTERVAL: ${BACKUP_INTERVAL:-weekly}
|
||||
env_file:
|
||||
- .env
|
||||
- .env.aws
|
||||
volumes:
|
||||
- ./backups:/app/backups
|
||||
- ./restores:/app/restores
|
||||
|
||||
@ -46,7 +46,7 @@ services:
|
||||
# Backup Schedule
|
||||
BACKUP_INTERVAL: ${BACKUP_INTERVAL:-weekly}
|
||||
env_file:
|
||||
- ./backend/.env
|
||||
- .env.aws
|
||||
volumes:
|
||||
- ./backend/backups:/app/backups
|
||||
- ./backend/restores:/app/restores
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user