We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From #2:
Other sub-processes/resrouces to still be tested: ActiveMail - SMTP ActiveJob - Redis ActionCable - Redis, CORS Cache - Redis
Some things we might need:
Dockerfile.sidekiq
Dockerfile.cable
heroku container:push --recursive === Building web === Building sidekiq === Building cable
Also, consider renaming website to web in docker-compose.yml to align with the web Dyno process.
website
web
docker-compose.yml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From #2:
Some things we might need:
Dockerfile.sidekiq
Dockerfile.cable
so we can do (see this doc):
Also, consider renaming
website
toweb
indocker-compose.yml
to align with theweb
Dyno process.The text was updated successfully, but these errors were encountered: