From 495e0c9314b29f530be19b9a3fd5290b38d4849b Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 22 Mar 2026 17:28:29 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20manual=20coolify=20network=20config=20?= =?UTF-8?q?=E2=80=94=20Coolify=20manages=20this=20automatically?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 3eb454a..f87ec7a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,9 +18,6 @@ services: timeout: 10s retries: 3 start_period: 10s - networks: - - coolify - - default cron: build: . @@ -34,13 +31,7 @@ services: depends_on: web: condition: service_healthy - networks: - - default volumes: cot_data: driver: local - -networks: - coolify: - external: true