spaskifilip / Cloudflare DNS Updater

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1724795355
Hi all I created (built on an existing creation) a DNS updater for Cloudlfare https://hub.docker.com/r/spaskifilip/cloudflare-dns-updater more detailed instructions are there, but here is my compose file
1 #Docker compose for cloudflare-dns-updater
2 version: "3.6"
3 services:
4 cloudlfare-dns-updater:
5 image: "spaskifilip/cloudflare-dns-updater:latest"
6 container_name: "cloudlfare-dns-updater"
7 volumes:
8 - app-data:/app # optional unless using the domains.json file and DOMAINS_FILE_PATH variable
9 environment:
10 CF_API_TOKEN: "YOUR_API_TOKEN" # Recomended to create a token for the zones, not use the main token

abdul / Emby

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1720359082
Install Emby using Portainer
1 version: "3.9"
2 services:
3 emby:
4 image: linuxserver/emby:latest
5 container_name: Emby
6 mem_limit: 8g
7 cpu_shares: 1024
8 security_opt:
9 - no-new-privileges:true
10 ports:

abdul / Tdaar-Node.

0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність 1712106805
Tested on Synology, perfect for Linux machines with Nvidia GPU's
1 version: "3.9"
2 services:
3 tdarr-node:
4 image: ghcr.io/haveagitgat/tdarr_node:latest
5 container_name: Tdarr-node
6
7 security_opt:
8 - no-new-privileges:true
9
10 ports:
Новіше Пізніше