apollo-backend/Procfile
Andre Medeiros 7fad5ac9e4 initial pass
2021-05-09 20:51:15 -04:00

4 lines
181 B
Text

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