web: python app.py worker: python worker.py pip install honcho honcho start DATABASE_URL=postgres://user:password@localhost/db web: sh -c 'python app.py $DATABASE_URL'