switch docker deployment to a shared npm network

This commit is contained in:
Kellan Drucquer 2026-04-04 03:54:16 -04:00
parent f578deea03
commit 7babd4fce7
3 changed files with 25 additions and 12 deletions

View file

@ -31,7 +31,7 @@ services:
- "3000"
networks:
- default
- bridge
- shared
depends_on:
api:
condition: service_healthy
@ -55,7 +55,7 @@ services:
- "4000"
networks:
- default
- bridge
- shared
healthcheck:
test:
[
@ -127,9 +127,9 @@ services:
- nats-data:/data
networks:
bridge:
shared:
external: true
name: bridge
name: ${NPM_SHARED_NETWORK:-npm-shared}
volumes:
clickhouse-data: