build pipeline, health check works again

This commit is contained in:
Andre Heber
2024-02-19 17:49:19 +01:00
parent 39b6e11885
commit 329fd5b86c
7 changed files with 95 additions and 20 deletions

8
configuration/base.yaml Normal file
View File

@ -0,0 +1,8 @@
application:
port: 8000
database:
host: "127.0.0.1"
port: 5432
username: "postgres"
password: "password"
database_name: "newsletter"

View File

@ -0,0 +1,2 @@
application:
host: 127.0.0.1

View File

@ -0,0 +1,2 @@
application:
host: 0.0.0.0