mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
This commit is contained in:
parent
6efe7a22a0
commit
8ebd95c78e
@ -6,3 +6,12 @@ services:
|
|||||||
restart: "no"
|
restart: "no"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/app/
|
- .:/usr/src/app/
|
||||||
|
|
||||||
|
nginx:
|
||||||
|
restart: always
|
||||||
|
image: nginx:alpine
|
||||||
|
ports:
|
||||||
|
- 8900:80
|
||||||
|
volumes:
|
||||||
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
|
- ./public:/var/www/html
|
||||||
|
Loading…
Reference in New Issue
Block a user