[#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

@@ -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

View File

@@ -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: