Updated yaml to use .env files

This commit is contained in:
Max Buz
2023-09-22 14:53:59 +02:00
committed by GitHub
parent 5a3a1066d8
commit 69de3c6a95
6 changed files with 126 additions and 0 deletions

14
ddns-cloudflare.yaml Normal file
View 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