network_inventory/Procfile
Andreas Zweili 8bf4ee6bbe Randomize the ports
This should help with port colitions when running multiple projects at once.
2023-07-22 15:58:26 +02:00

3 lines
79 B
Plaintext

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