emanuelegori / RSSHub
0 mi piace
0 forks
1 files
Ultima volta attivo 6 months ago
RSSHub è un aggregatore di feed RSS open source, estensibile e facile da usare, capace di generare feed RSS da quasi qualsiasi fonte
| 1 | services: |
| 2 | rsshub: |
| 3 | image: diygod/rsshub |
| 4 | restart: always |
| 5 | ports: |
| 6 | - 1200:1200 |
| 7 | environment: |
| 8 | NODE_ENV: production |
| 9 | CACHE_TYPE: redis |
| 10 | REDIS_URL: "redis://redis:6379/" |
emanuelegori / NPM Nginx Proxy Manager
0 mi piace
0 forks
1 files
Ultima volta attivo 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: |
Più nuovi
Più vecchi