License: MIT
export COMPOSE_FILE=docker-compose.local.yml
docker-compose build
docker-compose up -d
docker-compose run --rm django python manage.py tailwind start
docker-compose run --rm django python manage.py tailwind build
docker-compose run --rm django python manage.py copy_preline_js
fly launch
- YES to copy config to new app
- NO to overwriting Dockerfile
- YES to modifying configuration, click to open setting page, select Postgres, Redis, Tigris
cat .envs/.production/.django | fly secrets import
fly deploy
fly ssh console
https://sweezy.dev/deploying-cookiecutter-django-on-flyio.html