Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #101 from streamdal/grafana/port
Browse files Browse the repository at this point in the history
Update port mapping for Grafana container
  • Loading branch information
fritzstauff authored Dec 7, 2023
2 parents fc7fbec + e052012 commit 9681117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.dev.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- STREAMDAL_SERVER_NODE_NAME=node1
- STREAMDAL_SERVER_AUTH_TOKEN=1234
- STREAMDAL_SERVER_REDIS_URL=redis:6379
- STREAMDAL_SERVER_TELEMETRY_ADDRESS=graphite:8125
- STREAMDAL_SERVER_DEBUG=true
container_name: streamdal-server
ports:
Expand Down Expand Up @@ -57,7 +58,7 @@ services:
grafana:
image: grafana/grafana
ports:
- "3000:3000"
- "5000:3000"
depends_on:
- graphite
volumes:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- STREAMDAL_SERVER_AUTH_TOKEN=1234
- STREAMDAL_SERVER_REDIS_URL=redis:6379
- STREAMDAL_SERVER_DEBUG=true
- STREAMDAL_SERVER_TELEMETRY_ADDRESS=graphite:8125
container_name: streamdal-server
ports:
- "8081:8081"
Expand Down Expand Up @@ -55,7 +56,7 @@ services:
grafana:
image: grafana/grafana
ports:
- "3000:3000"
- "5000:3000"
depends_on:
- graphite
volumes:
Expand Down

0 comments on commit 9681117

Please sign in to comment.