Added Nbgrader
This commit is contained in:
15
nginx/compose.yml
Normal file
15
nginx/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
nginx:
|
||||
image: nginx:alpine
|
||||
container_name: nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8443:443
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./conf.d:/etc/nginx/conf.d:ro
|
||||
- ./snippets:/etc/nginx/snippets:ro
|
||||
- ./ssl:/etc/nginx/ssl:ro
|
||||
- ../logs/nginx:/etc/log/nginx
|
||||
- ./discord.html:/var/www/static/index.html:ro
|
Reference in New Issue
Block a user