mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: use new env-vars
This commit is contained in:
@@ -9,10 +9,9 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
image: registry.gitlab.com/openstapps/backend/default:core-0.23
|
image: registry.gitlab.com/openstapps/backend/default:core-0.31
|
||||||
environment:
|
environment:
|
||||||
ES_PORT_9200_TCP_ADDR: database
|
ES_ADDR: "http://database:9200"
|
||||||
ES_PORT_9200_TCP_PORT: 9200
|
|
||||||
NODE_CONFIG_ENV: "elasticsearch"
|
NODE_CONFIG_ENV: "elasticsearch"
|
||||||
ALLOW_NO_TRANSPORT: "true"
|
ALLOW_NO_TRANSPORT: "true"
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
Reference in New Issue
Block a user