Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
fix(docker-compose): declare DB_CLIENT env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Mar 8, 2022
1 parent 22527c6 commit c816fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
memory: "${DOCKER_APP_MEMORY:-0}"
env_file: .env
environment:
DB_CLIENT: "postgresql"
DB_CONNECTION_STRING: "postgresql:https://postgres:password@ydh-community-contacts-api-db:5432/community_contacts_api"
LOG_ROTATION_DATE_FORMAT:
LOG_ROTATION_FILENAME:
Expand Down

0 comments on commit c816fef

Please sign in to comment.