Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisDN committed Feb 5, 2024
1 parent 8568eb8 commit 9fd02d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ services:
MYSQL_HOST: site-mysql
MYSQL_USER: app
MYSQL_PASSWORD_FILE: /run/secrets/db_password
MYSQL_DB: ${DB_NAME}
MYSQL_DB: app
AWS_ACCESS_KEY_ID: ${BACKUP_AWS_ACCESS_KEY_ID}
AWS_SECRET_ACCESS_KEY_FILE: /run/secrets/backup_aws_secret_access_key
AWS_DEFAULT_REGION: ${BACKUP_AWS_DEFAULT_REGION}
Expand Down

0 comments on commit 9fd02d1

Please sign in to comment.