refactor: use new env-vars

This commit is contained in:
Michel Jonathan Schmitz
2020-05-06 16:23:24 +02:00
parent 9bcf30f336
commit c09ecbb4b5

View File

@@ -9,10 +9,9 @@ services:
restart: unless-stopped
backend:
image: registry.gitlab.com/openstapps/backend/default:core-0.23
image: registry.gitlab.com/openstapps/backend/default:core-0.31
environment:
ES_PORT_9200_TCP_ADDR: database
ES_PORT_9200_TCP_PORT: 9200
ES_ADDR: "http://database:9200"
NODE_CONFIG_ENV: "elasticsearch"
ALLOW_NO_TRANSPORT: "true"
expose: