restore Docker workflow

This commit is contained in:
Athou
2024-08-11 22:04:35 +02:00
parent cc32f8ad16
commit 09e0a51b46
7 changed files with 86 additions and 27 deletions

View File

@@ -41,3 +41,9 @@ quarkus.shutdown.timeout=5s
%test.commafeed.smtp.user-name=user
%test.commafeed.smtp.password=pass
%test.commafeed.smtp.from-address=noreply@commafeed.com
# prod profile overrides
%prod.quarkus.datasource.jdbc.url=jdbc:h2:/commafeed/data/db;DEFRAG_ALWAYS=TRUE
%prod.quarkus.datasource.username=sa
%prod.quarkus.datasource.password=sa