Added docker for production

This commit is contained in:
ayxan
2022-10-14 21:42:06 +00:00
parent 76a09ca3ce
commit 569c2ffe79
3 changed files with 41 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ services:
nginx:
image: nginx
ports:
- "80:8080"
- "1337:8080"
volumes:
- ./config/nginx/local.conf:/etc/nginx/conf.d/default.conf:ro
- static_volume:/django_static