No description
Find a file
2025-11-19 12:18:24 +01:00
.env.sample Update .env.sample 2025-11-01 22:42:44 +01:00
.gitignore altered deployment 2025-11-17 15:10:12 +01:00
Caddyfile added support for proxy protocol via iptables and iptables6 and cemented version 2025-11-18 15:12:26 +01:00
docker-compose.yml added support for proxy protocol via iptables and iptables6 and cemented version 2025-11-18 15:12:26 +01:00
README.md Add README.md 2025-11-19 12:18:24 +01:00

Caddy deployment

Quick setup:

git pull https://git.derg.cz/ulysia/caddy-deployment.git

cd caddy-deployment

cp .env.sample .env

After execute docker compose up -d to get it up and running. Any sites that you want to add should go into ./sites and will be automatically loaded by the Caddyfile. Due to my own constraints, this compose is using host network. This limitation will hopefully be fixed in the future.