fga-eps-mds / 2018.1-TropicalHazards-BI

Projeto de sistema e serviços para monitoramento de doenças tropicais e geração de indicadores de possíveis epidemias.
https://fga-eps-mds.github.io/2018.1-TropicalHazards-BI/
MIT License
13 stars 9 forks source link

Issue 290 environment vars #299

Closed matheusbsilva closed 6 years ago

matheusbsilva commented 6 years ago

Tipo da mudança

Descrição das mudanças

Define variáveis de ambiente referentes a configuração do django, atualiza pipeline de CD para puxar a imagem para o registry da organização no dockerhub, assim como dar restart no serviço do Nginx. Além disso versiona o Dockerfile do Nginx no repositório.

Conecte a Issue

Conecte sua issue abaixo com o GitHub :v:

andre-filho commented 6 years ago

travis error:

$ docker-compose exec web coverage run -m pytest --create-db --nomigrations
The MB_DB_PORT variable is not set. Defaulting to a blank string.
The MB_DB_TYPE variable is not set. Defaulting to a blank string.
The MB_DB_HOST variable is not set. Defaulting to a blank string.
The MB_DB_DBNAME variable is not set. Defaulting to a blank string.
The MB_DB_PASS variable is not set. Defaulting to a blank string.
The MB_DB_USER variable is not set. Defaulting to a blank string.
The POSTGRES_PASSWORD variable is not set. Defaulting to a blank string.
The POSTGRES_USER variable is not set. Defaulting to a blank string.
The POSTGRES_DB variable is not set. Defaulting to a blank string.
No container found for web_1