based on https://github.com/naritotakizawa/docker-drf-and-nuxt-template
docker-compose -f docker-compose.yml -f dev.yml build
docker-compose -f docker-compose.yml -f dev.yml up
open http://127.0.0.1
change ALLOWED_HOSTS
in prod.yml
to your IP or host name
docker-compose -f docker-compose.yml -f prod.yml build
docker-compose -f docker-compose.yml -f prod.yml up
open http://[your IP or host name]
VS Code Remote Containers is a useful extension that helps you smoothly write your code in docker containers.
This repo provides configuration files both for frontend and for backend.