https://github.com/monrax/test-tomcat8
Example apps built with Tomcat
https://github.com/monrax/test-tomcat8
Last synced: 4 months ago
JSON representation
Example apps built with Tomcat
- Host: GitHub
- URL: https://github.com/monrax/test-tomcat8
- Owner: monrax
- Created: 2021-06-10T18:39:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T05:38:42.000Z (about 5 years ago)
- Last Synced: 2025-03-30T05:45:33.947Z (about 1 year ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-tomcat8
Example apps built with Tomcat
## Requirements
* docker
* docker-compose
## Ports Used
* 80 - GraphQL API
* 4002 - Resurface API Explorer
* 4001 - Resurface microservice
* 4000 - Trino database UI
## Deploy Locally
```
make start # rebuild and start containers
make ping # make simple ping request
make bash # open shell session
make logs # follow container logs
make stop # halt and remove containers
```