Sign inSign up

digisic/digitalbank

By digisic

•Updated almost 4 years ago

Digital Bank is a sample HTML5 Spring Boot application

Image
2

10K+

digisic/digitalbank repository overview

Digital Bank is a sample HTML5 Spring Boot application developed for exploratory purposes.

The application is configured for HTTP to listen on port 8080 or for HTTPS to listen on port 8443.

Docker run command: docker run -d -p 8080:8080 -p 8443:8443 digisic/digitalbank:latest

User Interface: "http://localhost:8080/bank⁠" or "https://localhost:8443/bank⁠"

Default User: [email protected]⁠ / Demo123!

For tagged versions earlier than 2.1.0.8, the application is configured without SSL and listens on port 8080.

Docker run command: docker run -d -p 8080:8080 digisic/digitalbank:tag

User Interface: http://localhost:8080/bank⁠

Default User: [email protected]⁠ / Demo123!

Tag summary

Content type

Image

Digest

sha256:e828a7c85…

Size

313.3 MB

Last updated

almost 4 years ago

docker pull digisic/digitalbank