For developers
Project configuration
Example: Django
1 min
clustername unicorn clusterregion eu west 2 projectname example applications django type python\ nginx approot /django database type mysql excludetablesfromimportondevenvs \[ ] persistentstorages static path static nginx version 1 25 environmentvariables nginx static open file cache "off" nginx error log level debug nginx vhost preset django nginx django static root /usr/src/app/static/ nginx django media root /usr/src/app/media/ python version 3 12 environmentvariables backend host "{{ django host 0 }}" environmentfiles \ /path/to/your/ env port 8080 hooks build | set eu pip install poetry==1 5 1 poetry install poetry run python manage py collectstatic no input run | poetry run gunicorn innovationcanvas wsgi\ application b 8080 2>&1