This commit is contained in:
Allen
2023-09-23 19:48:58 -05:00
parent 07ece20adb
commit 2834da98c1
27 changed files with 8 additions and 1692 deletions

View File

@ -19,6 +19,8 @@ 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
environment:
- AUTH0_DOMAIN=${AUTH0_DOMAIN}
- AUTH0_CLIENT_ID=${AUTH0_CLIENT_ID}