fix ingest-options python env and use shared bridge network

This commit is contained in:
Kellan Drucquer 2026-04-04 03:50:09 -04:00
parent 4608d5425f
commit f578deea03
3 changed files with 30 additions and 12 deletions

View file

@ -29,6 +29,9 @@ services:
init: true
expose:
- "3000"
networks:
- default
- bridge
depends_on:
api:
condition: service_healthy
@ -50,6 +53,9 @@ services:
command: ["services/api/src/index.ts"]
expose:
- "4000"
networks:
- default
- bridge
healthcheck:
test:
[
@ -120,6 +126,11 @@ services:
volumes:
- nats-data:/data
networks:
bridge:
external: true
name: bridge
volumes:
clickhouse-data:
redis-data: