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