[#130] Add batch container
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
### Pinpoint with Tomcat
|
||||
PINPOINT_VERSION=2.3.3
|
||||
SPRING_PROFILES=release
|
||||
APP_PORT=8000
|
||||
APP_PORT=8085
|
||||
AGENT_ID=app-in-docker
|
||||
APP_NAME=quickapp
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
container_name: "tomcat"
|
||||
image: "Your Image"
|
||||
ports:
|
||||
- "${APP_PORT:-8080}:8080"
|
||||
- "${APP_PORT:-8085}:8080"
|
||||
volumes_from:
|
||||
- container:pinpoint-agent
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user