emanuelegori / Diun

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 year ago
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 / PairDrop

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 year ago
File di trasferimento Cross-piattaforma. Nessuna configurazione, nessuna registrazione.
1 services:
2 pairdrop:
3 image: lscr.io/linuxserver/pairdrop:latest
4 container_name: pairdrop
5 environment:
6 - PUID=1000
7 - PGID=1000
8 - TZ=Europe/Rome
9 - WS_FALLBACK=false
10 - RATE_LIMIT=false

emanuelegori / ciao

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 year ago
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 / Opengist

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1 year ago
Self-hosted pastebin powered by Git, open-source alternative to Github Gist
1 services:
2 opengist:
3 container_name: opengist
4 hostname: opengist
5 image: ghcr.io/thomiceli/opengist:latest
6 security_opt:
7 - no-new-privileges:true
8 ports:
9 - 6157:6157
10 volumes:

emanuelegori / Dozzle

0 вподобань
0 форк(-ів)
2 файл(-ів)
Остання активність 1 year ago
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:

emanuelegori / NPM Nginx Proxy Manager

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 10 months ago
Expose web services on your network · Free SSL with Let's Encrypt · Designed with security in mind · Perfect for home networks: By creating a custom Docker network, you don't need to publish ports for your upstream services to all of the Docker host's interfaces.
1 secrets:
2 # Secrets are single-line text files where the sole content is the secret
3 # Paths in this example assume that secrets are kept in local folder called ".secrets"
4 DB_ROOT_PWD:
5 file: .secrets/db_root_pwd.txt
6 MYSQL_PWD:
7 file: .secrets/mysql_pwd.txt
8
9 services:
10 npm:
Новіше Пізніше