Remove manual coolify network config — Coolify manages this automatically

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Greg 2026-03-22 17:28:29 +01:00
parent 051514ced1
commit 495e0c9314

View File

@ -18,9 +18,6 @@ services:
timeout: 10s timeout: 10s
retries: 3 retries: 3
start_period: 10s start_period: 10s
networks:
- coolify
- default
cron: cron:
build: . build: .
@ -34,13 +31,7 @@ services:
depends_on: depends_on:
web: web:
condition: service_healthy condition: service_healthy
networks:
- default
volumes: volumes:
cot_data: cot_data:
driver: local driver: local
networks:
coolify:
external: true