network_inventory/Procfile

3 lines
79 B
Plaintext

web: python ./src/manage.py runserver 0.0.0.0:$WEBPORT
db: postgres -p $PGPORT