fix
This commit is contained in:
parent
5bd7b68006
commit
84a29028c4
@ -38,7 +38,7 @@ deploy-dev:
|
|||||||
SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions"
|
SOLUTIONS_ROOT_EXTERNAL: "/sprint-data/data/solutions"
|
||||||
DB_HOST: "postgres"
|
DB_HOST: "postgres"
|
||||||
RABBIT_HOST: "rabbitmq"
|
RABBIT_HOST: "rabbitmq"
|
||||||
FS_HOST: "http://storage"
|
FS_HOST: "storage"
|
||||||
|
|
||||||
deploy-prod:
|
deploy-prod:
|
||||||
extends:
|
extends:
|
||||||
|
@ -38,10 +38,11 @@ services:
|
|||||||
storage:
|
storage:
|
||||||
restart: always
|
restart: always
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
|
command: python manage.py storage
|
||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
volumes:
|
volumes:
|
||||||
- /sprint-data/data:/usr/src/app/FileStorage/data
|
- /sprint-data/data:/usr/src/app/data
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
image: mathwave/sprint-repo:sprint
|
image: mathwave/sprint-repo:sprint
|
||||||
|
Loading…
Reference in New Issue
Block a user