ot
This commit is contained in:
@ -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}
|
||||
|
@ -44,6 +44,10 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location /static {
|
||||
alias /usr/share/nginx/html/static;
|
||||
}
|
||||
|
||||
# location /index {
|
||||
# proxy_pass http://docker-django:8000;
|
||||
# proxy_set_header Host $host;
|
||||
|
Reference in New Issue
Block a user