| 1 | services: |
| 2 | diun: |
| 3 | image: crazymax/diun:latest |
| 4 | container_name: diun |
| 5 | restart: unless-stopped |
| 6 | volumes: |
| 7 | - "./diun.yml:/diun.yml:ro" |
| 8 | - "/var/run/docker.sock:/var/run/docker.sock:ro" |
| 9 | environment: |
| 10 | - TZ=Europe/Rome |
| 11 | - DIUN_WATCH_SCHEDULE=0 */6 * * * |
| 12 | - DIUN_PROVIDERS_DOCKER=true |
emanuelegori / Diun
Last active 4 months ago
DIUN (Docker Image Update Notifier) che consente di monitorare gli aggiornamenti delle immagini Docker e ricevere notifiche quando vengono rilasciate nuove versioni.
Revision 67e1cd1027f88130e9cdc918fbd5b82f5d227788