fountainpencompanion
fountainpencompanion copied to clipboard
Get a working docker compose setup
This needs to run:
- Postgres 14
- Redis 6
- Puma
- Sidekiq
- webpack-dev-server (or whatever we are using at the time)
It needs to have the following features:
- An easy way to run the tests (both Ruby and JS)
- A way to run the app locally
- An efficient way of recompiling the JavaScript and CSS assets when they change (e.g. webpack-dev-servier)
-> The last point is where it failed last time and Rails always compiled all the assets on every request.