diff --git a/compose.coolify.yml b/compose.coolify.yml index bb7426a..1e395a1 100644 --- a/compose.coolify.yml +++ b/compose.coolify.yml @@ -21,6 +21,9 @@ services: JWT_SECRET: ${JWT_SECRET} # CORS allowed origins ALLOWED_ORIGINS: ${ALLOWED_ORIGINS:-https://agenthub.barodine.net} + networks: + - default + - coolify depends_on: postgres: condition: service_healthy @@ -146,3 +149,5 @@ networks: default: labels: - 'coolify.managed=true' + coolify: + external: true