Added django_mongo app

This commit is contained in:
Allen
2023-09-23 23:41:16 -05:00
parent fa1eb6de4c
commit 10d30c7d8c
11 changed files with 41 additions and 11 deletions

View File

@ -19,8 +19,10 @@ services:
- "8000:8000"
volumes:
- ../backend/django:/home/app/webapp
- ../frontend/templates:/home/app/webapp/seatstock_django/seatstock_django/templates
- ../frontend/static:/home/app/webapp/seatstock_django/seatstock_django/static
# - ../frontend/templates:/home/app/webapp/seatstock_django/seatstock_django/templates
# - ../frontend/static:/home/app/webapp/seatstock_django/seatstock_django/static
- ../frontend/templates:/home/app/webapp/seatstock_django/django_mongo/templates
- ../frontend/static:/home/app/webapp/seatstock_django/django_mongo/static
environment:
- AUTH0_DOMAIN=${AUTH0_DOMAIN}
- AUTH0_CLIENT_ID=${AUTH0_CLIENT_ID}