https://github.com/briancaffey/verbose-equals-true
Django, DRF, VueJS, Docker, NGINX, Traefik, VuePress, Portainer, Celery, Flower, Element UI, GitLab CI
https://github.com/briancaffey/verbose-equals-true
celery django django-rest-framework docker docker-compose element-ui gitlab gitlab-ci nginx portainer postgresql redis traefik vue vuepress
Last synced: 6 months ago
JSON representation
Django, DRF, VueJS, Docker, NGINX, Traefik, VuePress, Portainer, Celery, Flower, Element UI, GitLab CI
- Host: GitHub
- URL: https://github.com/briancaffey/verbose-equals-true
- Owner: briancaffey
- License: mit
- Created: 2019-01-10T03:20:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T19:43:53.000Z (over 5 years ago)
- Last Synced: 2025-05-09T01:08:09.075Z (6 months ago)
- Topics: celery, django, django-rest-framework, docker, docker-compose, element-ui, gitlab, gitlab-ci, nginx, portainer, postgresql, redis, traefik, vue, vuepress
- Language: Vue
- Homepage: https://verbose-equals-true.tk
- Size: 1.28 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker, nginx, Django, Vue project
This project is an example of how to set up a containerized Django application using nginx and VueJS. The project uses GitLab for continuous integration.
**A highly detailed explanation of the development of this project can be found in [`documentation/README.md`](/documentation/README.md).**
## Start the project locally
`docker-compose` is used to start either the development or production version. For production, run the following:
```
docker-compose up --build
```For local development (hot reloading on the Vue and Django applications), run the following command:
```
docker-compose -f docker-compose.dev.yml up --build
```The project is currently under development. Please feel free to create issues and merge requests.