The ipv6.work project
Go to file
aatish be949448c5 display 3 jobs in home 2018-10-26 15:20:08 +05:45
ipv6work add python decouple 2018-10-26 14:55:13 +05:45
jobs display 3 jobs in home 2018-10-26 15:20:08 +05:45
static track static resources folder 2018-10-26 14:42:11 +05:45
templates/registration add login/logout urls and templates 2018-10-26 14:13:34 +05:45
.dockerignore add Dockerfile spec 2018-10-26 13:43:32 +05:45
.env.sample add python decouple 2018-10-26 14:55:13 +05:45
.gitignore create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
Dockerfile create management command to create test users, use it in Docker 2018-10-26 15:08:49 +05:45
README.md create management command to create test users, use it in Docker 2018-10-26 15:08:49 +05:45
manage.py create initial models for tag, job and application 2018-10-17 13:20:54 +05:45
requirements.txt add python decouple 2018-10-26 14:55:13 +05:45
uwsgi.ini add Dockerfile spec 2018-10-26 13:43:32 +05:45

README.md

docker build -t ipv6dotwork .

sudo docker rm -f ipv6dotwork

sudo docker run -d -p 127.0.0.1:8001:8000 --env-file .env --name ipv6dotwork ipv6dotwork