From 26af9368115f5f7296aa4123f38b4e1c81a40b8d Mon Sep 17 00:00:00 2001 From: "Rishi.Chail" Date: Tue, 4 May 2021 16:34:09 +0100 Subject: Provide docker compose for temporal service Added docker image (200Mb) Added docker compose to start with timescale db Issue-ID: CPS-359 Signed-off-by: Rishi.Chail Change-Id: I47120edcea78730405086eca393fbc08a41e0745 --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 src/main/resources/application.yml (limited to 'src/main') diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml old mode 100644 new mode 100755 index 0db1792..ff70e46 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (c) 2021 Bell Canada. +# Modifications Copyright (C) 2021 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,7 +17,7 @@ spring: datasource: - url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME} + url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/cpstemporaldb username: ${DB_USERNAME} password: ${DB_PASSWORD} liquibase: -- cgit 1.2.3-korg