1
0

docker-compose.yaml 296 B

12345678910111213141516
  1. services:
  2. hue:
  3. image: "gethue/hue:latest"
  4. ports:
  5. - "8888:8888"
  6. labels:
  7. "com.helios.target": "http://localhost:8888"
  8. volumes:
  9. cloudbeaver: {}
  10. cloudbeaver_certs: {}
  11. postgres_data: {}
  12. nginx_ssl_data: {}
  13. nginx_conf_data: {}
  14. trusted_cacerts: {}
  15. api_tokens: {}