mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
list monk readme
This commit is contained in:
+3
-20
@@ -1,22 +1,5 @@
|
|||||||
example that I had working at one point
|
|
||||||
################################################################################
|
|
||||||
# listmonk
|
# 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:
|
* [github](https://github.com/knadh/listmonk/tree/master)
|
||||||
image: listmonk/listmonk:v3.0.0
|
* Proxy port: 9000
|
||||||
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user