mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 07:26:20 +00:00
This PR consists of improvements and fixes related to SigNoz in Docker Standalone and Docker Swarm. - Docker/Swarm deploy directory restructuring and improvements - Prometheus metrics scraping using labels in Docker Standalone and Docker Swarm - Swarm: single schema-migrator container for both sync/async migrations - Remove Kubernetes HOTRod files (will be migrated to charts) - Fetch histogram-quantile from release instead of local binary mount --------- Signed-off-by: Prashant Shahi <prashant@signoz.io>
31 lines
597 B
YAML
31 lines
597 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: 3301
|
|
onOpen: open-browser
|
|
- port: 8080
|
|
onOpen: ignore
|
|
- port: 9000
|
|
onOpen: ignore
|
|
- port: 8123
|
|
onOpen: ignore
|
|
- port: 8089
|
|
onOpen: ignore
|
|
- port: 9093
|
|
onOpen: ignore
|