Native Quarkus-based RESTful Java microservice application
584
The tickit-srv Native Quarkus-based RESTful Java microservice application was built as a Quarkus native executable, using the GraalVM 22.1.0 Java 17 CE.
All source code is available on GitHub.
Update the environment variables to match your PostgreSQL instance before running the image.
docker run --name tickit-srv \
-p 8080:8080 \
-e DB_USERNAME="postgres" \
-e DB_PASSWORD="postgres123" \
-e DB_HOST="localhost" \
-e DB_PORT="5432" \
-e DB_DATABASE="tickit" \
-d garystafford/tickit-srv:tagname
Sample endpoints include:
Content type
Image
Digest
Size
36.7 MB
Last updated
over 4 years ago
docker pull garystafford/tickit-srv:1.1.4