1
0
Fork 0

Change Brubeck port 8080 -> 8090

Avoid conflict with Graphite Web
This commit is contained in:
Gregory Eremin 2016-07-07 21:18:16 +02:00
parent 618653f40d
commit 4ed8fe0d58
2 changed files with 8 additions and 8 deletions

View File

@ -14,5 +14,5 @@ RUN git checkout 5d139a44206813640151cf0af17d32ee9ac41a60
RUN ./script/bootstrap
COPY configs/brubeck.json /etc/brubeck.json
EXPOSE 8080 8126 9126
EXPOSE 8090 8126 9126
ENTRYPOINT ./brubeck --config=/etc/brubeck.json

View File

@ -6,9 +6,9 @@ services:
dockerfile: Carbon.dockerfile
context: .
ports:
- '2003'
- '2004'
- '7002'
- '2003:2003'
- '2004:2004'
- '7002:7002'
volumes:
- /data/graphite/whisper
brubeck:
@ -17,9 +17,9 @@ services:
dockerfile: Brubeck.dockerfile
context: .
ports:
- '8080'
- '8126'
- '9126'
- '8090:8090'
- '8126:8126'
- '9126:9126'
depends_on:
- carbon
grafana:
@ -28,7 +28,7 @@ services:
dockerfile: Grafana.dockerfile
context: .
ports:
- '3000'
- '3000:3000'
depends_on:
- carbon
- brubeck