Commented nginx
This commit is contained in:
parent
073f4e4d16
commit
aa2b534624
1 changed files with 10 additions and 8 deletions
|
@ -17,17 +17,19 @@ services:
|
||||||
command: server 0.0.0.0:8000
|
command: server 0.0.0.0:8000
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
environment:
|
environment:
|
||||||
- USE_COLOR=True
|
- USE_COLOR=True
|
||||||
- SHOW_PROGRESS=False
|
- SHOW_PROGRESS=False
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|
||||||
nginx:
|
# nginx:
|
||||||
image: nginx:alpine
|
# image: nginx:alpine
|
||||||
ports:
|
# ports:
|
||||||
- 443:443
|
# - 443:443
|
||||||
- 80:80
|
# - 80:80
|
||||||
volumes:
|
# volumes:
|
||||||
- ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
|
# - ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||||
- ./data:/var/www
|
# - ./data:/var/www
|
||||||
|
|
Loading…
Reference in a new issue