network_inventory/Procfile

3 lines
79 B
Plaintext
Raw Permalink Normal View History

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