11 lines
228 B
YAML
11 lines
228 B
YAML
services:
|
|
- type: web
|
|
name: webapp
|
|
runtime: docker
|
|
repo: https://github.com/bluesky-social/social-app
|
|
plan: starter
|
|
dockerCommand: bskyweb serve
|
|
healthCheckPath: /
|
|
plan: starter
|
|
numInstances: 1
|