iot.conf 535 B

123456789101112131415161718192021222324252627
  1. [base]
  2. ;库来源
  3. library = docker.shemic.com/
  4. path = {base}
  5. network = iot
  6. [emq]
  7. image = iot/emqtt
  8. port = 1883:1883,7083:8083,8883:8883,8084:8084,18083:18083
  9. [influx]
  10. image = db/influxdb
  11. volumes = {path}conf/db/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
  12. environment = INFLUXDB_ADMIN_ENABLED=true
  13. port = 8083:8083,8086:8086
  14. expose = 8090,8099
  15. [pgsql]
  16. image = db/postgresql
  17. environment = POSTGRES_PASSWORD=123456
  18. port = 5432:5432
  19. alias = psql -U postgres->psql
  20. [demeter]
  21. image = iot/demeter
  22. port = 8099:8087
  23. command = demeter