This commit is contained in:
Egor Matveev 2021-11-11 12:16:00 +03:00
parent 5bd7b68006
commit 84a29028c4
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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