Added src volume to django prod

This commit is contained in:
Aykhan 2023-07-22 17:41:07 +04:00
parent 64272c99aa
commit def8e60d07

View File

@ -35,6 +35,7 @@ services:
- rabbitmq
volumes:
- static_volume:/django_static
- ../../src:/code/src
celery-worker:
restart: always