dgiot/.ci/docker-compose-file/docker-compose-mongo-tcp.yaml
2021-05-18 14:54:48 +08:00

15 lines
250 B
YAML

version: '3.9'
services:
mongo_server:
container_name: mongo
image: mongo:${MONGO_TAG}
restart: always
environment:
MONGO_INITDB_DATABASE: mqtt
networks:
- emqx_bridge
command:
--ipv6
--bind_ip_all