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.
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
/