mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-03 20:59:41 +08:00
15 lines
250 B
YAML
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
|