mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 08:41:57 +08:00
7 lines
109 B
YAML
7 lines
109 B
YAML
version: "3.9"
|
|
services:
|
|
web:
|
|
build: .
|
|
image: signoz/frontend:latest
|
|
ports:
|
|
- "3000:3000" |