summaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/install
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-04-30 13:51:09 -0700
committerChris Donley <christopher.donley@huawei.com>2018-04-30 13:51:09 -0700
commit08e2fef7a5b108828f7ab02c8f4661708f10a422 (patch)
tree71e9bb87288faa6591dd1744a96ef5385c632fc0 /vnfmarket-be/deployment/install
parentfeb2fddd4cffd634e48629cc3c7648a3e23ddc1b (diff)
fix vnfsdk containers for oom
Change POSTGRES_IP to POSTGRES_SERVICE_HOST in vnfsdk refrepo container. Issue-ID: VNFSDK-260 Change-Id: I90de6dcc34f651c6d86bbe5cae50e504d555a9e1 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/install')
-rw-r--r--vnfmarket-be/deployment/install/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfmarket-be/deployment/install/docker-compose.yml b/vnfmarket-be/deployment/install/docker-compose.yml
index 00e26fb0..efffebf9 100644
--- a/vnfmarket-be/deployment/install/docker-compose.yml
+++ b/vnfmarket-be/deployment/install/docker-compose.yml
@@ -23,7 +23,7 @@ services:
- "8702-8703:8702-8703"
- "8000:8000"
environment:
- POSTGRES_IP: postgres
+ POSTGRES_SERVICE_HOST: postgres
JPDA_ADDRESS: 8000
JPDA_TRANSPORT: dt_socket
volumes: