feat: add saas_network to docker-compose and http_client for internal API calls
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
minguezsanzjuanjose
2026-04-18 02:05:08 +02:00
parent 197cff011f
commit d735d73322
2 changed files with 67 additions and 0 deletions

View File

@@ -36,6 +36,13 @@ services:
depends_on:
db:
condition: service_healthy
networks:
- default
- saas_network
volumes:
postgres_data:
networks:
saas_network:
external: true