Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move .env.examples to project root and include setup for DATABASE_URL and Sentry DSN in docker build #2794

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DonnieBLT
Copy link
Collaborator

@DonnieBLT DonnieBLT commented Oct 17, 2024

Fixes #2793

Move the .env.example file to the project root directory and update the Dockerfile and docker-compose.yml to include setup for DATABASE_URL and Sentry DSN environment variables.

  • Dockerfile

    • Add environment variables DATABASE_URL and SENTRY_DSN.
    • Update the Dockerfile to use these environment variables during the build process.
  • docker-compose.yml

    • Add environment variables DATABASE_URL and SENTRY_DSN.
    • Update the docker-compose.yml file to use these environment variables during the build process.

For more details, open the Copilot Workspace session.

… and Sentry DSN in docker build

Fixes #2793

Move the `.env.example` file to the project root directory and update the `Dockerfile` and `docker-compose.yml` to include setup for `DATABASE_URL` and Sentry DSN environment variables.

* **Dockerfile**
  - Add environment variables `DATABASE_URL` and `SENTRY_DSN`.
  - Update the `Dockerfile` to use these environment variables during the build process.

* **docker-compose.yml**
  - Add environment variables `DATABASE_URL` and `SENTRY_DSN`.
  - Update the `docker-compose.yml` file to use these environment variables during the build process.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OWASP-BLT/BLT/issues/2793?shareId=XXXX-XXXX-XXXX-XXXX).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
1 participant