This commit is contained in:
Egor Matveev 2022-03-03 00:01:31 +03:00
parent 0c49951ac9
commit cf5372300e
2 changed files with 1 additions and 5 deletions

View File

@ -30,7 +30,6 @@ services:
web:
image: mathwave/sprint-repo:sprint
restart: always
environment:
PORT: $PORT
HOST: $HOST
@ -48,7 +47,6 @@ services:
condition: on-failure
storage:
restart: always
image: mathwave/sprint-repo:sprint
command: ./manage.py storage
ports:
@ -62,7 +60,6 @@ services:
bot:
image: mathwave/sprint-repo:sprint
restart: always
environment:
HOST: $HOST
command: ./manage.py bot
@ -75,7 +72,6 @@ services:
loop:
image: mathwave/sprint-repo:sprint
restart: always
environment:
HOST: $HOST
command: ./manage.py loop
@ -97,7 +93,6 @@ services:
condition: on-failure
worker:
restart: always
image: mathwave/sprint-repo:sprint
privileged: true
command: ./manage.py receive

View File

@ -1,3 +1,4 @@
emoji
aiofiles==0.7.0
aiohttp==3.8.0
amqp==5.0.6