prepare for oss release: docker compose

This commit is contained in:
ajvpot
2025-08-01 00:00:00 +00:00
parent f8584f8e1c
commit 47af653db6
5 changed files with 223 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
version: '3.8'
services:
meshexplorer:
build:
context: .
dockerfile: Dockerfile
ports:
- "3001:3000"
environment:
- NODE_ENV=production
- CLICKHOUSE_HOST=clickhouse
- CLICKHOUSE_PORT=8123
- CLICKHOUSE_USER=default
- CLICKHOUSE_PASSWORD=password
restart: unless-stopped
init: true
networks:
- shared-network
networks:
shared-network:
external: true