Skip to content

Commit

Permalink
Merge pull request #429 from stakwork/full-stack-node-exporter
Browse files Browse the repository at this point in the history
chore: add node exporter to full stack
  • Loading branch information
tobi-bams authored Dec 19, 2024
2 parents 85aeb3f + 43d9b49 commit dd73603
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,17 @@ services:
- AWS_S3_BUCKET_NAME=$AWS_S3_BUCKET_NAME
- GITHUB_REQUEST_TOKEN=$GITHUB_REQUEST_TOKEN
- SINGLE_AUDIO_OR_VIDEO_EPISODE_WORKFLOW_ID=$SINGLE_AUDIO_OR_VIDEO_EPISODE_WORKFLOW_ID

node_exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter
command:
- '--path.rootfs=/host'
network_mode: host
pid: host
restart: unless-stopped
volumes:
- '/:/host:ro,rslave'

networks:
sphinx-swarm:
Expand Down

0 comments on commit dd73603

Please sign in to comment.