build: make project deployable via docker/podman
This commit is contained in:
parent
2ae860f176
commit
9dde52c1cd
7 changed files with 102 additions and 109 deletions
8
configuration/base.yaml
Normal file
8
configuration/base.yaml
Normal 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
2
configuration/local.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
application:
|
||||
host: 127.0.0.1
|
||||
2
configuration/production.yaml
Normal file
2
configuration/production.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
application:
|
||||
host: 0.0.0.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue