Added gunicorn to docker

This commit is contained in:
ayxan 2022-10-04 00:33:29 +04:00
parent 5ceba6f13f
commit e87d31b15a

View File

@ -17,7 +17,6 @@ services:
- "8000:8000"
depends_on:
- db
- rabbitmq
volumes:
- static_volume:/django_static