[#130] Add batch container

This commit is contained in:
ga-ram
2022-04-20 16:31:50 +09:00
parent c44873185a
commit 750af1ec73
24 changed files with 233 additions and 46 deletions

View File

@@ -23,4 +23,4 @@ AGENT_DEBUG_LEVEL=INFO
### Pinpoint-quickstart
APP_PORT=8000
APP_PORT=8085

View File

@@ -27,17 +27,17 @@ This Docker image contains the Pinpoint Quickstart sample to test Pinpoint appli
- 1.7.3
- 1.7.2
Please see the [Pinpoint-Docker GitHub repository](https://github.com/naver/pinpoint-docker) for further information on how to run, configure and build this image.
Please see the [Pinpoint-Docker GitHub repository](https://github.com/pinpoint-apm/pinpoint-docker) for further information on how to run, configure and build this image.
## Any Issues or Suggestions?
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/naver/pinpoint/issues).
Feel free to share any problems and suggestions via [Pinpoint GitHub Issue page](https://github.com/pinpoint-apm/pinpoint/issues).
Contributions on the pinpoint-docker image is also always welcome.
## License
Pinpoint is licensed under the Apache License, Version 2.0.
See [LICENSE](https://github.com/naver/pinpoint/blob/master/LICENSE) for full license text.
See [LICENSE](https://github.com/pinpoint-apm/pinpoint/blob/master/LICENSE) for full license text.
```
Copyright 2018 NAVER Corp.

View File

@@ -9,7 +9,7 @@ services:
container_name: "pinpoint-quickstart"
image: "pinpointdocker/pinpoint-quickstart"
ports:
- "${APP_PORT:-8080}:8080"
- "${APP_PORT:-8085}:8080"
volumes:
- data-volume:/pinpoint-agent
environment: