mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 16:13:06 +00:00
refactor: use new env-vars
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user