Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Apr 20, 2024
2 parents 76e528f + 0d6ad8f commit 170bd88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ services:
environment:
FLASK_ENV: production
MARIADB_HOSTNAME: ${MARIADB_HOSTNAME}
MARIADB_DATABASE: ${MARIADB_DATABASE}
MARIADB_TEST_DATABASE: ${MARIADB_TEST_DATABASE}
MARIADB_PORT: ${MARIADB_PORT}
MARIADB_USER: ${MARIADB_USER}
MARIADB_PASSWORD: ${MARIADB_PASSWORD}
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}
depends_on:
- db
restart: always
Expand Down

0 comments on commit 170bd88

Please sign in to comment.