From cf5372300e3ce2f0ea4c094dd41168f250c253de Mon Sep 17 00:00:00 2001 From: Egor Matveev Date: Thu, 3 Mar 2022 00:01:31 +0300 Subject: [PATCH] infra --- docker-compose-deploy.yaml | 5 ----- requirements.txt | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docker-compose-deploy.yaml b/docker-compose-deploy.yaml index 579a4cd..528d201 100644 --- a/docker-compose-deploy.yaml +++ b/docker-compose-deploy.yaml @@ -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 diff --git a/requirements.txt b/requirements.txt index 57239c9..6d0ace4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +emoji aiofiles==0.7.0 aiohttp==3.8.0 amqp==5.0.6