apollo-backend/Procfile

5 lines
181 B
Text
Raw Normal View History

2021-05-10 00:51:15 +00:00
postgres: postgres -D tmp/postgresql
faktory: faktory
server: go run github.com/andremedeiros/apollo/cmd/apollo-api
worker: go run github.com/andremedeiros/apollo/cmd/apollo-worker