agent 설정 및 실행 파일 /home/user/scouter/agent/jar /home/user/scouter/agent/conf
server 설정 /home/user/scouter/conf
version: '3.2' services: wtg-scouter: image: wtg-scouter:v1
working_dir: /home
command: sleep infinity
environment:
- SC_SERVER_ID=SCCOUTER-COLLECTOR
- NET_HTTP_SERVER_ENABLED=true
- NET_HTTP_API_SWAGGER_ENABLED=true
- NET_HTTP_API_ENABLED=true
- MGR_PURGE_PROFILE_KEEP_DAYS=2
- MGR_PURGE_XLOG_KEEP_DAYS=5
- MGR_PURGE_COUNTER_KEEP_DAYS=15
- JAVA_OPT=-Xms1024m -Xmx1024m -Dmail.smtp.ssl.protocols=TLSv1.2 -Djavax.net.debug=ssl,handshake
-Djdk.tls.client.protocols=TLSv1.2 -Dhttps.protocols=TLSv1.2
volumes:
- ./logs:/home/logs
- ./sc-data:/home/scouter-server/database
- ./conf/scouter.conf:/home/conf/scouter.conf
ports:
- 6180:6180
- 6100:6100
- 6100:6100/udp
Content type
Image
Digest
sha256:2e23fc606…
Size
161.7 MB
Last updated
almost 2 years ago
docker pull pm2makeq/wtg-scouter:v1