chore: add bun.lock, docker-compose telemetry network, and METRICS.md documentation

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-06-07 18:14:35 +07:00
co-authored by Claude Opus 4.8
parent 5a47b0c658
commit 0da578c546
2 changed files with 113 additions and 0 deletions
+6
View File
@@ -2,6 +2,9 @@ networks:
app-shared-net:
external: true
name: app-shared-net
telemetry-net:
external: true
name: telemetry-net
services:
web:
@@ -10,6 +13,7 @@ services:
restart: always
networks:
- app-shared-net
- telemetry-net
env_file:
- .env
labels:
@@ -26,6 +30,7 @@ services:
restart: always
networks:
- app-shared-net
- telemetry-net
env_file:
- .env
environment:
@@ -47,6 +52,7 @@ services:
restart: always
networks:
- app-shared-net
- telemetry-net
env_file:
- .env
environment: