continuwuity/docs/public/advanced
stratself c049d4cbb3 fix(docs): Remove CADDY_INGRESS_NETWORKS env var requirement
Following some discussions in the support room, this env is best made
redundant. It is only recommended as a workaround for some scenarios
where Caddy fails to detect the ingress network.
However, Docker breaks this by appending prefixes to network names.

The other approach of:

```diff
services:
  caddy:
+   environment:
+     - CADDY_INGRESS_NETWORKS=proxy
networks:
  proxy:
+   name: proxy
```

Can be suggested, but probably not necessary to document.

See https://github.com/lucaslorentz/caddy-docker-proxy/issues/207
for further details
2026-08-25 13:59:09 +00:00
..
delegated.docker-compose.for-traefik.yml docs(docker): More compose cleanups 2026-04-23 19:47:46 +00:00
delegated.docker-compose.with-caddy-labels.yml fix(docs): Remove CADDY_INGRESS_NETWORKS env var requirement 2026-08-25 13:59:09 +00:00
delegated.docker-compose.with-caddy.yml docs(docker,delegation): Edit compose examples with Caddy 2026-08-05 18:00:11 +00:00
delegated.docker-compose.with-traefik.yml docs(docker): More compose cleanups 2026-04-23 19:47:46 +00:00