Skip to content

Commit

Permalink
Connecting to a DB - PART 1: Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
tommaso-borgato committed May 7, 2024
1 parent ae92ca3 commit 7057384
Show file tree
Hide file tree
Showing 3 changed files with 403 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@
:version-wildfly-maven-plugin: 5.0.0.Final
:docker-image-name: my-jaxrs-app
:quay-io-account-name: tborgato
:version-wildfly-datasources-galleon-pack: 3.0.0.Final
:postgre-sql-user: postgres
:postgre-sql-password: admin
:postgre-sql-host: localhost
:postgre-sql-port: 5432
:postgre-sql-database: postgres
:postgre-sql-jndi: java:jboss/datasources/PostgreSQLDS
Loading

0 comments on commit 7057384

Please sign in to comment.