I originally created this as a template for my own projects, but I decided to make it public in case anyone else finds it useful. Feel free to use it as a template for your own projects. If you have any suggestions for improvements, please let me know. I'm always looking for ways to improve my workflow.
Thanks!
"GeumJang Ahn" from South Korea
- Docker
- Docker Compose
git clone
set .env ('/' and '/webapp')
docker exec -it nginx-dev-container nginx -s reload
docker-compuse up -d --build
docker-compose -f docker-compose.production.yml up -d --build
docker-compose logs -f
docker-compose logs -f webapp
docker-compose run --rm webapp python manage.py createsuperuser