Remove deprecated NPM deployment path
This commit is contained in:
parent
ed722e5936
commit
9901b13063
7 changed files with 63 additions and 198 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue