You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
356 B
22 lines
356 B
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:
|
|
|