We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/lucaslorentz/caddy-docker-proxy
Example: https://p1ngouin.com/posts/why-i-migrated-from-traefik-to-caddy
The text was updated successfully, but these errors were encountered:
Example from Uptime Kuma docs
version: '3' networks: default: name: 'proxy_network' services: uptime-kuma: image: louislam/uptime-kuma:1 restart: unless-stopped volumes: - /srv/uptime:/app/data labels: caddy: status.example.org caddy.reverse_proxy: "* {{ '{{upstreams 3001}}'}}" caddy: image: "lucaslorentz/caddy-docker-proxy:ci-alpine" ports: - "80:80" - "443:443" volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /srv/caddy/:/data restart: unless-stopped environment: - CADDY_INGRESS_NETWORKS=proxy_network
Sorry, something went wrong.
jgwehr
No branches or pull requests
https://github.com/lucaslorentz/caddy-docker-proxy
Example: https://p1ngouin.com/posts/why-i-migrated-from-traefik-to-caddy
The text was updated successfully, but these errors were encountered: