Sign inSign up

sfeakes/aqualinkd

By sfeakes

•Updated 5 months ago

AqualinkD docker image

Image
Internet of things
0

4.4K

sfeakes/aqualinkd repository overview

Docker for AqualinkD. https://github.com/sfeakes/AqualinkD⁠

Example docker-compose.yml

docker-services:
  aqualinkd:
    image: sfeakes/aqualinkd:latest
    container_name: aqualinkd
    ports:
      - "6171:80"
    volumes:
      - type: bind  # AqualinkD config directory
        source: ./config
        target: /aquadconf
        read_only: false
      - type: bind  # systemd logging
        source: /var/run/systemd/journal/socket
        target: /var/run/systemd/journal/socket
        read_only: false
      - type: bind  # systemd logging
        source: /var/log/journal
        target: /var/log/journal
        read_only: true
      - type: bind  # time
        source: /etc/localtime
        target: /etc/localtime
        read_only: true
      - type: bind # timezone
        source: /etc/timezone
        target: /etc/timezone
        read_only: true
    devices: # Map 
      - "/dev/ttyUSB0:/dev/ttyUSB0"
    logging:
      driver: journald

Tag summary

Content type

Image

Digest

sha256:e221da34a…

Size

38.4 MB

Last updated

5 months ago

docker pull sfeakes/aqualinkd