Kanban application. (django channels and vue.js)
$ docker-compose up
container | role |
---|---|
service | django |
service_nginx | nginx |
db | django backend(postgres) |
redis | channels backend |
vuejs | compile *.vue(vuecli) |
access http://localhost:3000
if you want to run daphne. set $DJANGO_ENV
.
$ export DJANGO_ENV=production
$ docker-compose up -- run daphne
more information, see docker/service/start-server.sh
.