Added backend django/auth0/mongodb-atlas code

This commit is contained in:
Allen
2023-09-23 14:09:54 -05:00
parent 00159c210b
commit a9aec51483
14 changed files with 172 additions and 6 deletions

View File

@ -2,16 +2,18 @@ version: "3.3"
services:
nginx:
container_name: seatstock-nginx
image: nginx:latest
restart: unless-stopped
ports:
- "8080:80"
volumes:
- ../frontend:/usr/share/nginx/html
- ./volumes/config:/usr/share/nginx/html
- ./volumes/nginx/config/default.conf:/etc/nginx/conf.d/default.conf:ro
docker-django:
image: docker-django
container_name: seatstock-django
restart: unless-stopped
ports:
- "8000:8000"