fix ingest-options python env and use shared bridge network
This commit is contained in:
parent
4608d5425f
commit
f578deea03
3 changed files with 30 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue