mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-17 21:45:55 +08:00

### Summary - signoz package with goreleaser - frontend deprecation - alertmanager deprecation --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
29 lines
563 B
YAML
29 lines
563 B
YAML
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
|
|
# and commit this file to your remote git repository to share the goodness with others.
|
|
|
|
|
|
tasks:
|
|
- name: Run Docker Images
|
|
init: |
|
|
cd ./deploy/docker
|
|
sudo docker compose up -d
|
|
|
|
- name: Run Frontend
|
|
init: |
|
|
cd ./frontend
|
|
yarn install
|
|
command:
|
|
yarn dev
|
|
|
|
ports:
|
|
- port: 8080
|
|
onOpen: open-browser
|
|
- port: 9000
|
|
onOpen: ignore
|
|
- port: 8123
|
|
onOpen: ignore
|
|
- port: 8089
|
|
onOpen: ignore
|
|
- port: 9093
|
|
onOpen: ignore
|