Skip to content

Commit

Permalink
fix(docker): added docker-compose env fields for core login
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Jan 12, 2020
1 parent f4b8f89 commit c24e171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
PG_PASSWORD: "${PW_POSTGRES}"
NODE_ENV: "${MYAEGEE_ENV}"
HOST: "${SUBDOMAIN_FRONTEND}${BASE_URL}"
CORE_LOGIN: "${CORE_LOGIN}"
CORE_PASSWORD: "${CORE_PASSWORD}"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8084/healthcheck"]
interval: 30s
Expand Down

0 comments on commit c24e171

Please sign in to comment.