DevoteamNL / opendora

Team performance insights for your organization.
GNU General Public License v3.0
64 stars 8 forks source link

Docker Compose for dev and prod #138

Closed jeroenvandermeulen closed 8 months ago

jeroenvandermeulen commented 8 months ago

Description

This PR adds opendora and backstage to the docker compose. Together with a Dockerfile for Backstage and environment variables in the .env for other services. Currently there is still some work to do to also be able to develop in Docker

Issue

This PR addresses issue #136 .

Contribution Checklist:

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

jeroenvandermeulen commented 8 months ago

Yeah so I'm not quite sure about the backstage-opendora part because it puts a complete backstage application into our repo. For now it's just the easiest way to see if everything works but I want to make it so that we don't need to add the whole backstage app for people to run the docker compose. Possibly will need to generate and gitignore something with a script or within the Dockerfile to make that work