Add my homelab setup, converted to docker compose files

This commit is contained in:
2024-05-28 16:55:33 -03:00
commit eecd123c53
17 changed files with 314 additions and 0 deletions

View File

@ -0,0 +1,10 @@
version: '2'
services:
cloudflare-ddns:
container_name: cloudflare-ddns
image: oznu/cloudflare-ddns:latest
restart: always
environment:
- API_KEY=rrsII0uMDMCjOjkpwicQJRh9JjiGIWvZpCLmCUzN
- ZONE=shoebottom.ca
- PROXIED=true