lefos
3 years ago
5 changed files with 1 additions and 75 deletions
@ -1,22 +0,0 @@ |
|||||
version: "3.8" |
|
||||
|
|
||||
services: |
|
||||
writetomongo: |
|
||||
image: writemongo:latest |
|
||||
container_name: fluentd |
|
||||
user: root |
|
||||
build: ./WriteToMongo/fluent |
|
||||
volumes: |
|
||||
- ./WriteToMongo/fluent:/fluentd/etc |
|
||||
ports: |
|
||||
- "24224:24224" |
|
||||
- "24224:24224/udp" |
|
||||
networks: |
|
||||
playground-net: |
|
||||
|
|
||||
volumes: |
|
||||
fluent: |
|
||||
# src: |
|
||||
|
|
||||
networks: |
|
||||
playground-net: |
|
@ -1,32 +0,0 @@ |
|||||
version: "3.8" |
|
||||
|
|
||||
services: |
|
||||
#fluentd service |
|
||||
writetomongo: |
|
||||
image: writemongo:latest |
|
||||
container_name: fluentd |
|
||||
user: root |
|
||||
build: ./WriteToMongo/fluent |
|
||||
volumes: |
|
||||
- ./WriteToMongo/fluent:/fluentd/etc |
|
||||
ports: |
|
||||
- "24224:24224" |
|
||||
- "24224:24224/udp" |
|
||||
networks: |
|
||||
playground-net: |
|
||||
mongo: |
|
||||
container_name: mongo |
|
||||
image: mongo |
|
||||
expose: |
|
||||
- 27017 |
|
||||
ports: |
|
||||
- "27017:27017" |
|
||||
networks: |
|
||||
playground-net: |
|
||||
|
|
||||
volumes: |
|
||||
fluent: |
|
||||
# src: |
|
||||
|
|
||||
networks: |
|
||||
playground-net: |
|
Loading…
Reference in new issue