Jump to content

Diun 4.26.0


Recommended Posts

Diun is a CLI application written in 

Hidden Content

    Give reaction to this post to see the hidden content.
 and delivered as a 

Hidden Content

    Give reaction to this post to see the hidden content.
 (and a 

Hidden Content

    Give reaction to this post to see the hidden content.
) to receive notifications when a Docker image is updated on a Docker registry.

Hidden Content

    Give reaction to this post to see the hidden content.

Info:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

Docker Compose:

Quote

version: "3.5"

services:
  diun:
    image: crazymax/diun:latest
    command: serve
    volumes:
      - "/path/to/diun:/data"
      - "/path/to/diun/diun.yml:/diun.yml:ro"
      - "/var/run/docker.sock:/var/run/docker.sock"
    environment:
      - "TZ=/etc/timezone"
      - "LOG_LEVEL=info"
      - "LOG_JSON=false"
    restart: always

 

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...