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