Don't set host so ui can be used everywhere

This commit is contained in:
Clinton Collins 2019-05-09 14:03:02 -07:00
Родитель af7a357b7e
Коммит bf6b5ecd14
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

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