infra
This commit is contained in:
parent
0c49951ac9
commit
cf5372300e
@ -30,7 +30,6 @@ services:
|
|||||||
|
|
||||||
web:
|
web:
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
restart: always
|
|
||||||
environment:
|
environment:
|
||||||
PORT: $PORT
|
PORT: $PORT
|
||||||
HOST: $HOST
|
HOST: $HOST
|
||||||
@ -48,7 +47,6 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
restart: always
|
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
command: ./manage.py storage
|
command: ./manage.py storage
|
||||||
ports:
|
ports:
|
||||||
@ -62,7 +60,6 @@ services:
|
|||||||
|
|
||||||
bot:
|
bot:
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
restart: always
|
|
||||||
environment:
|
environment:
|
||||||
HOST: $HOST
|
HOST: $HOST
|
||||||
command: ./manage.py bot
|
command: ./manage.py bot
|
||||||
@ -75,7 +72,6 @@ services:
|
|||||||
|
|
||||||
loop:
|
loop:
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
restart: always
|
|
||||||
environment:
|
environment:
|
||||||
HOST: $HOST
|
HOST: $HOST
|
||||||
command: ./manage.py loop
|
command: ./manage.py loop
|
||||||
@ -97,7 +93,6 @@ services:
|
|||||||
condition: on-failure
|
condition: on-failure
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
restart: always
|
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
privileged: true
|
privileged: true
|
||||||
command: ./manage.py receive
|
command: ./manage.py receive
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
emoji
|
||||||
aiofiles==0.7.0
|
aiofiles==0.7.0
|
||||||
aiohttp==3.8.0
|
aiohttp==3.8.0
|
||||||
amqp==5.0.6
|
amqp==5.0.6
|
||||||
|
Loading…
Reference in New Issue
Block a user