From 85cde9b258251956f80468a3575ebf4f6117fc4a Mon Sep 17 00:00:00 2001 From: Nick Yeoman Date: Wed, 19 Feb 2025 17:37:59 -0800 Subject: [PATCH] list monk readme --- listmonk/README.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/listmonk/README.md b/listmonk/README.md index 8086737..afcdd8d 100644 --- a/listmonk/README.md +++ b/listmonk/README.md @@ -1,22 +1,5 @@ -example that I had working at one point -################################################################################ # listmonk -# port 9000 -################################################################################ - listmonkdb: - image: postgres:16.2 - restart: always - environment: - - POSTGRES_DB=listmonk - - POSTGRES_USER=listmonk - - POSTGRES_PASSWORD=censored - volumes: - - ./data/postgres:/var/lib/postgresql/data - listmonk: - image: listmonk/listmonk:v3.0.0 - restart: always - command: [sh, -c, "yes | ./listmonk --install --config config.toml && ./listmonk --config config.toml"] - volumes: - - ./data/listmonk:/app/data - - ./data/listmonk.config.toml:/listmonk/config.toml +* [github](https://github.com/knadh/listmonk/tree/master) +* Proxy port: 9000 +