Skip to content

Use dot env file instead of manually setting env vars in docker compose

Robbie Luijben requested to merge SDC-1056/use-dot-env-file into master

Use .env file that the GitLab runner makes available to the docker-compose file when deploying. Had to update and cross-check .env vars set in the CI-CD settings of this repo.

Notes:

  • Unused vars were removed from the previous configuration
  • DEBUG is set to True for sdc-dev, but FALSE for sdc
  • A newly generated SECRET_KEY for Django was added to the config of sdc
Edited by Robbie Luijben

Merge request reports