infra
This commit is contained in:
parent
0c49951ac9
commit
cf5372300e
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
emoji
|
||||
aiofiles==0.7.0
|
||||
aiohttp==3.8.0
|
||||
amqp==5.0.6
|
||||
|
Loading…
Reference in New Issue
Block a user