10 lines
234 B
YAML
10 lines
234 B
YAML
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: /
|