Remove deprecated NPM deployment path

This commit is contained in:
dirtydishes 2026-05-08 04:16:53 -04:00
parent ed722e5936
commit 9901b13063
7 changed files with 63 additions and 198 deletions

View file

@ -42,9 +42,8 @@ services:
init: true
expose:
- "3000"
networks:
- default
- shared
ports:
- "${WEB_BIND_IP:-127.0.0.1}:${WEB_HOST_PORT:-3000}:3000"
depends_on:
api:
condition: service_healthy
@ -66,9 +65,8 @@ services:
command: ["services/api/src/index.ts"]
expose:
- "4000"
networks:
- default
- shared
ports:
- "${API_BIND_IP:-127.0.0.1}:${API_HOST_PORT:-4000}:4000"
healthcheck:
test:
[
@ -166,11 +164,6 @@ services:
volumes:
- nats-data:/data
networks:
shared:
external: true
name: ${NPM_SHARED_NETWORK:-npm-shared}
volumes:
clickhouse-data:
redis-data: