8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588e25f commit 01fadf8Copy full SHA for 01fadf8
docker-compose.yml
@@ -15,6 +15,8 @@ services:
15
sh -c "
16
python3 main.py
17
"
18
+ volumes:
19
+ - main_app:/menu_app/reports/
20
networks:
21
- web_main_api
22
restart: on-failure
@@ -75,6 +77,7 @@ services:
75
77
- rabbit_data:/var/lib/rabbit/data/
76
78
79
80
+
81
celery:
82
build:
83
context: .
@@ -92,12 +95,15 @@ services:
92
95
depends_on:
93
96
rabbitmq:
94
97
condition: service_healthy
98
99
100
101
102
volumes:
103
postgres_data:
104
redis_data:
105
rabbit_data:
106
+ main_app:
107
108
109
web_main_api:
0 commit comments