listmonk update

This commit is contained in:
2026-05-08 13:14:01 +00:00
parent f1161db54d
commit 6c9c6ed9f0
7 changed files with 208 additions and 93 deletions
+28
View File
@@ -0,0 +1,28 @@
# PostgreSQL
POSTGRES_IMAGE=postgres:18.3-alpine
POSTGRES_RESTART=unless-stopped
POSTGRES_USER=listmonk
POSTGRES_PASSWORD=securepassword
POSTGRES_DB=listmonk
# Storage
VOL_PATH=/data
# Listmonk
LISTMONK_IMAGE=listmonk/listmonk:latest
LISTMONK_RESTART=unless-stopped
LISTMONK_PORT=9000
LISTMONK_SSLMODE=disable
LISTMONK_MAX_OPEN=25
LISTMONK_MAX_IDLE=25
LISTMONK_MAX_LIFETIME=300s
# Timezone
TZ=America/Vancouver
# Admin user
LISTMONK_ADMIN_USER=admin
LISTMONK_ADMIN_PASSWORD=changeme1234
# Hostname
LISTMONK_HOSTNAME=listmonk.example.com