emanuelegori / Dozzle
                            
                            0 beğeniler
                        
                        
                            
                            0 çatallar
                        
                        
                            
                            2 dosyalar
                        
                    Son aktivite 8 months ago
| 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 / Nginx Proxy Manager simple docker compose
                            
                            0 beğeniler
                        
                        
                            
                            0 çatallar
                        
                        
                            
                            1 dosyalar
                        
                    Son aktivite 8 months ago
npm nginx proxy manager docker https letsencrypt
| 1 | services: | 
| 2 | npm: | 
| 3 | container_name: npm | 
| 4 | image: jc21/nginx-proxy-manager:latest | 
| 5 | restart: unless-stopped | 
| 6 | ports: | 
| 7 | - "80:80" # Public HTTP Port | 
| 8 | - "443:443" # Public HTTPS Port | 
| 9 | - "81:81" # Admin Web Port | 
| 10 | networks: | 
emanuelegori / Watchtower
                            
                            0 beğeniler
                        
                        
                            
                            0 çatallar
                        
                        
                            
                            1 dosyalar
                        
                    Son aktivite 8 months ago
Watchtower è un tool che permette di aggiornare automaticamente i container Docker in esecuzione. Monitora le immagini su Docker Hub o altri registri e, se rileva una nuova versione, riavvia il container con l'immagine aggiornata.
| 1 | services: | 
| 2 | watchtower: | 
| 3 | image: containrrr/watchtower:latest | 
| 4 | container_name: watchtower | 
| 5 | hostname: watchtower | 
| 6 | mem_limit: 256m | 
| 7 | mem_reservation: 128m | 
| 8 | cpu_shares: 256 | 
| 9 | security_opt: | 
| 10 | - no-new-privileges=true | 
emanuelegori / NPM Nginx Proxy Manager
                            
                            0 beğeniler
                        
                        
                            
                            0 çatallar
                        
                        
                            
                            1 dosyalar
                        
                    Son aktivite 6 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: | 
emanuelegori / Ntfy
                            
                            0 beğeniler
                        
                        
                            
                            0 çatallar
                        
                        
                            
                            1 dosyalar
                        
                    Son aktivite 8 months ago
A simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer.
| 1 | services: | 
| 2 | ntfy: | 
| 3 | image: binwiederhier/ntfy:latest | 
| 4 | container_name: ntfy | 
| 5 | command: | 
| 6 | - serve | 
| 7 | environment: | 
| 8 | - TZ=Europe/Rome | 
| 9 | - NTFY_BASE_URL=https://ntfy.emanuelegori.uno | 
| 10 | - NTFY_CACHE_FILE=/var/lib/ntfy/cache.db | 
emanuelegori / Duplicati
                            
                            0 beğeniler
                        
                        
                            
                            0 çatallar
                        
                        
                            
                            1 dosyalar
                        
                    Son aktivite 2 months ago
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
| 1 | services: | 
| 2 | duplicati: | 
| 3 | image: lscr.io/linuxserver/duplicati:latest | 
| 4 | container_name: duplicati | 
| 5 | environment: | 
| 6 | - PUID=1000 | 
| 7 | - PGID=1000 | 
| 8 | - TZ=Europe/Rome | 
| 9 | - CLI_ARGS= #optional | 
| 10 | - SETTINGS_ENCRYPTION_KEY= xxxxxxxxxx | 
    
    
        
        Daha yeni
    
    
    Daha eski