mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
8 lines
100 B
YAML
8 lines
100 B
YAML
version: "3.9"
|
|
services:
|
|
web:
|
|
build: .
|
|
image: signoz/frontend:latest
|
|
ports:
|
|
- "3000:3000"
|