Don't set host so ui can be used everywhere
This commit is contained in:
Родитель
af7a357b7e
Коммит
bf6b5ecd14
|
@ -9,7 +9,6 @@ info:
|
|||
license:
|
||||
name: "Apache 2.0"
|
||||
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
host: "localhost"
|
||||
basePath: "/v1"
|
||||
tags:
|
||||
- name: "pathogen_model"
|
||||
|
|
|
@ -18,9 +18,11 @@ services:
|
|||
dockerfile: Dockerfile
|
||||
image: idm-docker-production.packages.idmod.org/sfim-api:${version:-latest}
|
||||
volumes:
|
||||
- "/model_store:/model_store"
|
||||
# pass docker so we can execute other containers
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- db-data:/var/lib/mysql/data
|
||||
volumes:
|
||||
- /model_store:/model_store
|
||||
# pass docker so we can execute other containers
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- SQLALCHEMY_URI=postgres+psycopg2://seattle_flu:@db
|
||||
- "CREATE_DB=1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче