Render deploy config
This commit is contained in:
@@ -69,10 +69,6 @@ This app can be hosted wherever Ruby is supported and PostgreSQL databases can b
|
|||||||
|
|
||||||
[](https://render.com/deploy?repo=https://github.com/ryanwi/rails7-on-docker)
|
[](https://render.com/deploy?repo=https://github.com/ryanwi/rails7-on-docker)
|
||||||
|
|
||||||
### Heroku
|
|
||||||
[](https://heroku.com/deploy?template=https://github.com/ryanwi/rails7-on-docker)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Credits/References
|
## Credits/References
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
- type: web
|
||||||
|
name: rails7-on-docker
|
||||||
|
env: docker
|
||||||
|
repo: https://github.com/ryanwi/rails7-on-docker
|
||||||
|
branch: main
|
||||||
|
dockerCommand: bundle exec puma -C config/puma.rb
|
||||||
|
numInstances: 1
|
||||||
|
healthCheckPath: /
|
||||||
Reference in New Issue
Block a user