mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
listmonk and matomo updates
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
# NOT TESTED
|
||||||
# NOTE: This docker-compose.yml is meant to be just an example guideline
|
# 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
|
# 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.
|
# and you must edit the below configurations to suit your needs.
|
||||||
@@ -64,4 +65,22 @@ networks:
|
|||||||
listmonk:
|
listmonk:
|
||||||
|
|
||||||
volumes:
|
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
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
# MATOMO_MYSQL_PASSWORD=ChangeThisPassword
|
# MATOMO_MYSQL_PASSWORD=ChangeThisPassword
|
||||||
# NETWORKNAME=admin_web
|
# NETWORKNAME=admin_web
|
||||||
# DB_V=11.3.2
|
# DB_V=11.3.2
|
||||||
|
#
|
||||||
|
# Examples:
|
||||||
|
# https://github.com/matomo-org/docker/blob/master/.examples/apache/docker-compose.yml
|
||||||
################################################################################
|
################################################################################
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user