diff --git a/Example.sh b/Example.sh new file mode 100755 index 0000000..2320a4b --- /dev/null +++ b/Example.sh @@ -0,0 +1 @@ +docker run --network="thesis_playground-net" --log-driver=fluentd --log-opt tag="mongo.node3" -p 3003:3001 dummyservice \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 233b89b..14d349c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -21,8 +21,8 @@ services: container_name: fluentd user: root build: ./WriteToMongo/fluent - volumes: - - ./WriteToMongo/fluent:/fluentd/etc + # volumes: + # - ./WriteToMongo/fluent:/fluentd/etc ports: - "24224:24224" - "24224:24224/udp" @@ -42,8 +42,8 @@ services: image: readmongo:latest ports: - "3000:3000" - volumes: - - ./readmongo:/usr/src/app + # volumes: + # - ./readmongo:/usr/src/app links: - mongo networks: @@ -82,8 +82,8 @@ services: image: dummyservice:latest ports: - "3001:3001" - volumes: - - ./dummyservice:/usr/src/app + # volumes: + # - ./dummyservice:/usr/src/app links: - mongo networks: @@ -104,10 +104,10 @@ services: networks: playground-net: -volumes: - fluent: - readmongo: - dummy: +# volumes: +# fluent: +# readmongo: +# dummy: networks: playground-net: diff --git a/playground-client b/playground-client index b797d10..1abf5ff 160000 --- a/playground-client +++ b/playground-client @@ -1 +1 @@ -Subproject commit b797d1044cf18e8173e1cfbe39db8c644e33ccb2 +Subproject commit 1abf5ff1b2cc53fd25c04f5da828d402fe2a9f9a diff --git a/readmongo b/readmongo index d3ea40b..52f1d22 160000 --- a/readmongo +++ b/readmongo @@ -1 +1 @@ -Subproject commit d3ea40b69f82a18bb4ceae42d22aa2a01dcbb069 +Subproject commit 52f1d220cad947877b771e13d297b397c56ca596