add unified test scripts for all services
This commit is contained in:
@ -14,6 +14,8 @@ services:
|
||||
volumes:
|
||||
# Optional: Mount logs directory for debugging
|
||||
- ./logs:/usr/local/tomcat/logs
|
||||
# Mount database file to root folder
|
||||
- ./loan_app.db:/usr/local/tomcat/loan_app.db
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/jaxws-hello-world/services/hello?wsdl"]
|
||||
|
||||
Reference in New Issue
Block a user