|
|
@ -73,20 +73,20 @@ services: |
|
|
|
restart: always |
|
|
|
depends_on: |
|
|
|
- writetomongo |
|
|
|
logging: |
|
|
|
logging: |
|
|
|
driver: "fluentd" |
|
|
|
options: |
|
|
|
options: |
|
|
|
fluentd-async-connect: "true" |
|
|
|
tag: mongo.dummy |
|
|
|
build: ./dummyservice |
|
|
|
image: dummyservice:latest |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- "3001:3001" |
|
|
|
volumes: |
|
|
|
- ./dummyservice:/usr/src/app |
|
|
|
links: |
|
|
|
- mongo |
|
|
|
networks: |
|
|
|
networks: |
|
|
|
playground-net: |
|
|
|
# ---- fluentd service ---- |
|
|
|
mongo: |
|
|
|