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