fix(network): connect to coolify network for database access

This commit is contained in:
cawcenter
2025-12-14 21:20:52 -05:00
parent 286d759c17
commit 927b698858

View File

@@ -29,6 +29,9 @@ services:
max-file: "3"
depends_on:
- redis
networks:
- default
- coolify
# Redis is REQUIRED for the Batch Processor (BullMQ)
# Included here so God Mode works standalone.
@@ -46,3 +49,9 @@ services:
volumes:
god-mode-redis:
networks:
coolify:
external: true
name: coolify