diun on raspberry #12

Closed
opened 2024-10-13 16:23:04 +00:00 by Erik · 1 comment
Owner

using this docker-file

services:
  diun:
    image: crazymax/diun:latest
    command: serve
    container_name: diun
    volumes:
      - "./data:/data"
      - "/var/run/docker.sock:/var/run/docker.sock"
      # - "./diun.yml:/diun.yml:ro"
    environment:
      # general settings
      - "TZ=Europe/Berlin"
      - "DIUN_WATCH_WORKERS=20"
      - "DIUN_WATCH_SCHEDULE=0 */6 * * *"
      - "DIUN_WATCH_JITTER=30s"
      - "DIUN_PROVIDERS_DOCKER=true"

      # notifications
      - "DIUN_NOTIF_NTFY_ENDPOINT=https://notify.grobecker.me/"
      - "DIUN_NOTIF_NTFY_TOPIC=diun"

      # docker registries
      # - "DIUN_REGOPTS_0_NAME=ghcr.io"
      # - "DIUN_REGOPTS_0_SELECTOR=image"
      # - "DIUN_REGOPTS_0_USERNAME=foo"
      # - "DIUN_REGOPTS_0_PASSWORD=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"
    restart: always
using this docker-file ```yaml services: diun: image: crazymax/diun:latest command: serve container_name: diun volumes: - "./data:/data" - "/var/run/docker.sock:/var/run/docker.sock" # - "./diun.yml:/diun.yml:ro" environment: # general settings - "TZ=Europe/Berlin" - "DIUN_WATCH_WORKERS=20" - "DIUN_WATCH_SCHEDULE=0 */6 * * *" - "DIUN_WATCH_JITTER=30s" - "DIUN_PROVIDERS_DOCKER=true" # notifications - "DIUN_NOTIF_NTFY_ENDPOINT=https://notify.grobecker.me/" - "DIUN_NOTIF_NTFY_TOPIC=diun" # docker registries # - "DIUN_REGOPTS_0_NAME=ghcr.io" # - "DIUN_REGOPTS_0_SELECTOR=image" # - "DIUN_REGOPTS_0_USERNAME=foo" # - "DIUN_REGOPTS_0_PASSWORD=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" restart: always ```
Author
Owner

Was completed

Was completed
Erik closed this issue 2024-12-16 20:20:00 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Erik/server#12
No description provided.