listmonk and matomo updates

This commit is contained in:
2024-04-27 17:53:04 -07:00
parent faae3f1faf
commit dc441f1e73
2 changed files with 23 additions and 1 deletions
+20 -1
View File
@@ -1,3 +1,4 @@
# NOT TESTED
# NOTE: This docker-compose.yml is meant to be just an example guideline
# on how you can achieve the same. It is not intented to run out of the box
# and you must edit the below configurations to suit your needs.
@@ -64,4 +65,22 @@ networks:
listmonk:
volumes:
listmonk-data:
listmonk-data:
version: '3'
services:
listmonk:
image: listmonk/listmonk:latest
container_name: listmonk
restart: always
ports:
- "9000:9000"
volumes:
- ./data/listmonk:/app/data
environment:
- SECRET_KEY=<your_secret_key>
- DB_PROVIDER=sqlite3
- DB_SOURCE=/app/data/listmonk.db
- WEB_SERVER_HOST=localhost
- WEB_SERVER_PORT=9000
+3
View File
@@ -7,6 +7,9 @@
# MATOMO_MYSQL_PASSWORD=ChangeThisPassword
# NETWORKNAME=admin_web
# DB_V=11.3.2
#
# Examples:
# https://github.com/matomo-org/docker/blob/master/.examples/apache/docker-compose.yml
################################################################################
version: '3.8'