first commit

This commit is contained in:
julien
2025-01-14 17:56:00 +01:00
commit 180ce73141
27 changed files with 1094 additions and 0 deletions

13
.env Normal file
View File

@@ -0,0 +1,13 @@
POSTGRES_USER=listmonk
POSTGRES_DB=listmonk
#POSTGRES_PASSWORD=
TZ=Europe/Paris
LISTMONK_app__address=0.0.0.0:9000
LISTMONK_db__host=listnetignet_postgres
LISTMONK_db__port=5432
LISTMONK_db__user=listmonk
#LISTMONK_db__password=
LISTMONK_db__database=listmonk
LISTMONK_db__ssl_mode=disable