build: make project deployable via docker/podman

This commit is contained in:
Sandro Eiler 2024-02-07 12:07:03 +01:00
parent 2ae860f176
commit 9dde52c1cd
7 changed files with 102 additions and 109 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"
name: "newsletter"

2
configuration/local.yaml Normal file
View file

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

View file

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