Docker for deployment

This commit is contained in:
Alphonse Paix
2025-08-22 14:25:34 +02:00
parent 59817083eb
commit 1567f94b1f
7 changed files with 91 additions and 12 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"