No description
| .env.sample | ||
| .gitignore | ||
| Caddyfile | ||
| docker-compose.yml | ||
| README.md | ||
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.