add unified test scripts for all services

This commit is contained in:
2025-12-05 11:41:36 +01:00
parent 2fe315b7df
commit 1f949579b3
6 changed files with 1526 additions and 3 deletions

View File

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