fix(network): connect to coolify network for database access
This commit is contained in:
@@ -29,6 +29,9 @@ services:
|
|||||||
max-file: "3"
|
max-file: "3"
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- coolify
|
||||||
|
|
||||||
# Redis is REQUIRED for the Batch Processor (BullMQ)
|
# Redis is REQUIRED for the Batch Processor (BullMQ)
|
||||||
# Included here so God Mode works standalone.
|
# Included here so God Mode works standalone.
|
||||||
@@ -46,3 +49,9 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
god-mode-redis:
|
god-mode-redis:
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
coolify:
|
||||||
|
external: true
|
||||||
|
name: coolify
|
||||||
|
|||||||
Reference in New Issue
Block a user