From b9bf218b9bb89b371e2a1db1a2e2440329c21b48 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Mon, 1 Jun 2026 21:02:59 +0200 Subject: [PATCH] fix: attach to per-resource Coolify network, not the global one Traefik in this Coolify install resolves backends on a per-resource network named after the resource UUID, not the shared "coolify" network. COOLIFY_RESOURCE_UUID is injected into the compose env by Coolify, so naming the external network from it lets Traefik find couchdb. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 75f36ce..be83361 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -61,6 +61,7 @@ services: networks: coolify: external: true + name: ${COOLIFY_RESOURCE_UUID} volumes: couchdb_data: