12 lines
152 B
YAML
12 lines
152 B
YAML
addons:
|
|
- plan: heroku-postgresql:hobby-dev
|
|
as: DATABASE
|
|
|
|
build:
|
|
docker:
|
|
web: Dockerfile
|
|
|
|
run:
|
|
web: /usr/local/bin/gitea web -port $PORT
|
|
|