awtrix-compose.yml 413 B

1234567891011121314151617
  1. version: "2"
  2. services:
  3. awtrix:
  4. restart: always
  5. ports:
  6. - "7000:7000" # Webinterface
  7. - "7001:7001" # AWTRIXController
  8. - "7002:7002" # LiveDraw
  9. container_name: awtrix
  10. image: o0shojo0o/awtrix:latest
  11. environment:
  12. - TZ=Europe/Berlin
  13. volumes:
  14. - /etc/localtime:/etc/localtime:ro
  15. - ./data/plugins:/data/plugins
  16. - ./data/config:/data/config