diff options
author | 2021-05-04 16:34:09 +0100 | |
---|---|---|
committer | 2021-05-06 15:00:20 +0100 | |
commit | 26af9368115f5f7296aa4123f38b4e1c81a40b8d (patch) | |
tree | d162f097439c7419534a0b9d0bf51607ffd191a2 /src/main | |
parent | 2bd625b905936425802d02f3bc067d5f56412188 (diff) |
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 <rishi.chail@est.tech>
Change-Id: I47120edcea78730405086eca393fbc08a41e0745
Diffstat (limited to 'src/main')
-rwxr-xr-x[-rw-r--r--] | src/main/resources/application.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 0db1792..ff70e46 100644..100755 --- 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: |