Fully reordered file structure. All files splitted by servises. Manuals will be added where needed.
This commit is contained in:
5
Docker/ddns-cloudflare/cloudflare_example.env
Normal file
5
Docker/ddns-cloudflare/cloudflare_example.env
Normal file
@@ -0,0 +1,5 @@
|
||||
# Cloudflare API key. User -> My Profile -> API tokens
|
||||
CLOUDFLARE_API=your_api_key
|
||||
|
||||
# Cloudflare zone, which will be used. Dashboard -> Web Sites
|
||||
ZONE=your_zone
|
||||
14
Docker/ddns-cloudflare/ddns-cloudflare.yaml
Normal file
14
Docker/ddns-cloudflare/ddns-cloudflare.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '2'
|
||||
services:
|
||||
cloudflare-ddns:
|
||||
container_name: ddns-cloudflare
|
||||
image: oznu/cloudflare-ddns:latest
|
||||
restart: always
|
||||
env_file:
|
||||
- stack.env
|
||||
environment:
|
||||
- API_KEY=${CLOUDFLARE_API}
|
||||
- ZONE=${ZONE}
|
||||
- PROXIED=true
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
Reference in New Issue
Block a user