Skip to content

Commit

Permalink
Merge pull request #240 from NSSuresh11/stage4-dev
Browse files Browse the repository at this point in the history
README file changes
  • Loading branch information
srinduri04 authored Nov 15, 2021
2 parents 1dccc7c + febe2c4 commit 56fa677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SCSB-CIRC is a microservice application that provides the core functionalities f

1.**Cloud Config Server**

Dspring.cloud.config.uri=http://phase4-scsb-config-server:8888
Dspring.cloud.config.uri=http://phase4-scsb-config-server:<port>

## Build

Expand All @@ -31,4 +31,4 @@ Naviagte Inside project folder where Dockerfile is present and Execute the below

User the below command to Run the Docker

**sudo docker run --name phase4-scsb-circ -v /data:/recap-vol --label collect_logs_with_filebeat="true" --label decode_log_event_to_json_object="true" -p 9095:9095 -e "ENV= -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/recap-vol/scsb-circ/heapdump/ -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="*" -Dspring.cloud.config.uri=http://phase4-scsb-config-server:8888 " --network=scsb -d phase4-scsb-circ**
**sudo docker run --name phase4-scsb-circ -v <volume> --label collect_logs_with_filebeat="true" --label decode_log_event_to_json_object="true" -p <port>:<port> -e "ENV= -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/recap-vol/scsb-circ/heapdump/ -Dorg.apache.activemq.SERIALIZABLE_PACKAGES="*" -Dspring.cloud.config.uri=http://phase4-scsb-config-server:<port> " --network=scsb -d phase4-scsb-circ**

0 comments on commit 56fa677

Please sign in to comment.