Skip to content

Commit

Permalink
Rename sftp-exporter service and change prometheus local port
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvelsriram committed Jul 22, 2024
1 parent c8f89e9 commit 0a01e78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions playground/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ services:
- "$PWD/ssh/key_without_passphrase.pub:/home/foo/.ssh/keys/key_without_passphrase.pub"
- "$PWD/ssh/key_with_passphrase.pub:/home/foo/.ssh/keys/key_with_passphrase.pub"
- "$PWD/ssh/sshd_config:/etc/ssh/sshd_config"
sftp-basic-exporter:
container_name: sftp-basic-exporter
hostname: sftp-basic-exporter
sftp-exporter:
container_name: sftp-exporter
hostname: sftp-exporter
build:
context: ../
dockerfile: ./Dockerfile
Expand All @@ -52,7 +52,7 @@ services:
hostname: prometheus
image: prom/prometheus
ports:
- "9090:9090"
- "9090:9091"
volumes:
- "$PWD/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml"
grafana:
Expand Down

0 comments on commit 0a01e78

Please sign in to comment.