123456789101112131415161718192021222324252627 |
- [base]
- ;库来源
- library = docker.shemic.com/
- path = {base}
- network = iot
- [emq]
- image = iot/emqtt
- port = 1883:1883,7083:8083,8883:8883,8084:8084,18083:18083
- [influx]
- image = db/influxdb
- volumes = {path}conf/db/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
- environment = INFLUXDB_ADMIN_ENABLED=true
- port = 8083:8083,8086:8086
- expose = 8090,8099
- [pgsql]
- image = db/postgresql
- environment = POSTGRES_PASSWORD=123456
- port = 5432:5432
- alias = psql -U postgres->psql
- [demeter]
- image = iot/demeter
- port = 8099:8087
- command = demeter
|