add Dockerfile et new hostname

This commit is contained in:
2022-06-29 23:54:51 +02:00
parent 4654eab06e
commit 309b075303
2 changed files with 96 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ mp.jwt.verify.issuer=https://example.com/issuer
quarkus.datasource.db-kind = postgresql
quarkus.datasource.username = toto
quarkus.datasource.password = toto
quarkus.datasource.jdbc.url = jdbc:postgresql://localhost:5432/toto
quarkus.datasource.jdbc.url = jdbc:postgresql://db:5432/toto
# drop and create the database at startup (use `update` to only update the schema)
quarkus.hibernate-orm.database.generation = drop-and-create
@@ -24,4 +24,4 @@ quarkus.mailer.mock=false
quarkus.redis.hosts=redis://localhost:6379
quarkus.redis.hosts=redis://redis:6379