Browse Source

env varriables

master
lefteris 3 years ago
parent
commit
b0b55850d7
  1. 2
      README.md
  2. 2
      docker-compose.yml
  3. 2
      playground-client
  4. 2
      readmongo

2
README.md

@ -41,7 +41,7 @@ All you have to do is add it to the docker-compose file or run it afterwords wit
docker run --network="thesis_playground-net" --log-driver=fluentd --log-opt tag="mongo.node3" -p 3003:3001 dummyservice
```
You will need to mention a tag as "mongo.whateveryouwant" to be able to see your logs. If your service is a **mongoDB**, a **nodejs** app, or a **redis** you can pick the right tag so you can see your logs. Tags that are already known to the app are "mongo.node", "mongo.redis", "mongo.mongo"
You will need to mention a tag as "mongo.whateveryouwant" to be able to see your logs. If your service is a **mongoDB**, a **nodejs** app, or a **redis** you can pick the right tag so you can see your logs. Tags that are already known to the app are "mongo.node", "mongo.redis", "mongo.mongodb"
## IMPORTANT if you run this localy.

2
docker-compose.yml

@ -86,7 +86,7 @@ services:
# volumes:
# fluent:
# readmongo:
# readmongo:
# dummy:
networks:

2
playground-client

@ -1 +1 @@
Subproject commit 53535393fbb2601591afcc54393c9bf9e156285c
Subproject commit 3b32a00f03e47c5eea969c0f1063e1d132a4d2c7

2
readmongo

@ -1 +1 @@
Subproject commit b1d8787313d329040c59d605ffda4dc9456ff160
Subproject commit b1c8dd3319447e61b30a6f4998252db46ac85ca1
Loading…
Cancel
Save