Pudl0 / westerloy

0 stars 0 forks source link

Fix Docker Setup #79

Open Pudl0 opened 1 month ago

Pudl0 commented 1 month ago

Motivation

Currently, docker setup is only meant for development use only. Also it crashes when changed to fit for example the existing production database and npm run build seems to fail. Fallback to using Dockerfile does also not work when building manually.


Acceptance criteria

There should be a docker-compose-prod and docker-compose-dev file to spawn either environment. Development environment should just spawn the database with dummy data, but production should spawn the entire ecosystem and attach itself to a dedicated database optionally.


Technical solutions

two separate compose files.


Attachments

/