Sign inSign up

garystafford/tickit-srv

By garystafford

•Updated over 4 years ago

Native Quarkus-based RESTful Java microservice application

Image
0

584

garystafford/tickit-srv repository overview

⁠Native Quarkus RESTful Microservice

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⁠.

⁠Docker

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

⁠Endpoints

Sample endpoints include:

Tag summary

Content type

Image

Digest

Size

36.7 MB

Last updated

over 4 years ago

docker pull garystafford/tickit-srv:1.1.4