Add hbase_data to volumes
This commit is contained in:
parent
5be3794779
commit
7e10083877
|
@ -74,6 +74,7 @@ This will install and run all services required to run all features in Pinpoint
|
|||
- Pinpoint-Hbase
|
||||
- Pinpoint-QuickStart(a sample application, 1.8.1+)
|
||||
- Pinpoint-Mysql(to support certain feature)
|
||||
- Pinpoint-Batch
|
||||
This may take several minutes to download all necessary images.
|
||||
|
||||
You can replace `QuickStart` application part with your application to start monitoring.
|
||||
|
|
|
@ -14,7 +14,7 @@ services:
|
|||
- pinpoint
|
||||
|
||||
volumes:
|
||||
- /home/pinpoint/hbase
|
||||
- hbase_data:/home/pinpoint/hbase
|
||||
- /home/pinpoint/zookeeper
|
||||
expose:
|
||||
# HBase Master API port
|
||||
|
@ -351,6 +351,7 @@ services:
|
|||
volumes:
|
||||
data-volume:
|
||||
mysql_data:
|
||||
hbase_data:
|
||||
|
||||
networks:
|
||||
pinpoint:
|
||||
|
|
|
@ -33,7 +33,7 @@ Please see [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-apm/p
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -11,7 +11,7 @@ Please see the [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-a
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -33,7 +33,7 @@ Please see [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-apm/p
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -16,7 +16,7 @@ Please see the [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-a
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -33,7 +33,7 @@ Please see the [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-a
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -33,7 +33,7 @@ Please see [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-apm/p
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -33,7 +33,7 @@ Please see the [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-a
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
|
@ -33,7 +33,7 @@ Please see the [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-a
|
|||
|
||||
## Any Issues or Suggestions?
|
||||
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
|
||||
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint-docker/issues).
|
||||
Contributions on the pinpoint-docker image is also always welcome.
|
||||
|
||||
## License
|
||||
|
|
Loading…
Reference in New Issue