emanuelegori / Diun

0 gustos
0 bifurcaciones
1 archivos
Última actividad 1741035245
DIUN (Docker Image Update Notifier) che consente di monitorare gli aggiornamenti delle immagini Docker e ricevere notifiche quando vengono rilasciate nuove versioni.
1 services:
2 diun:
3 image: crazymax/diun:latest
4 container_name: diun
5 command: serve
6 security_opt:
7 - no-new-privileges:true
8 volumes:
9 - ./data:/data
10 - /var/run/docker.sock:/var/run/docker.sock:ro

emanuelegori / ciao

0 gustos
0 bifurcaciones
1 archivos
Última actividad 1739119150
checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack)
1 services:
2 ciao:
3 image: brotandgames/ciao
4 container_name: ciao
5 ports:
6 - '8090:3000'
7 environment:
8 - TIME_ZONE=Rome
9 - BASIC_AUTH_USERNAME=myusername
10 - BASIC_AUTH_PASSWORD=mypassword

emanuelegori / Dozzle

0 gustos
0 bifurcaciones
2 archivos
Última actividad 1740935095
Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only.
1 services:
2 dozzle:
3 container_name: dozzle
4 image: amir20/dozzle:latest
5 ports:
6 - 9999:8080
7 environment:
8 - DOZZLE_AUTH_PROVIDER=simple
9 - DOZZLE_HOSTNAME=<tuo_hostname>
10 volumes:
Siguiente Anterior