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

Get a working docker compose setup #1350

Open
ujh opened this issue Jan 15, 2023 · 0 comments
Open

Get a working docker compose setup #1350

ujh opened this issue Jan 15, 2023 · 0 comments

Comments

@ujh
Copy link
Owner

ujh commented Jan 15, 2023

This needs to run:

  1. Postgres 14
  2. Redis 6
  3. Puma
  4. Sidekiq
  5. webpack-dev-server (or whatever we are using at the time)

It needs to have the following features:

  1. An easy way to run the tests (both Ruby and JS)
  2. A way to run the app locally
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Later
Status: 🆕 New
Development

No branches or pull requests

1 participant