Matomo
This commit is contained in:
parent
d3a173cc22
commit
490ee4dd06
@ -121,6 +121,21 @@ services:
|
||||
- MAUTIC_DB_NAME=mautic
|
||||
- MAUTIC_RUN_CRON_JOBS=true
|
||||
|
||||
matomo:
|
||||
image: matomo
|
||||
restart: always
|
||||
volumes:
|
||||
# - ./config:/var/www/html/config
|
||||
# - ./logs:/var/www/html/logs
|
||||
- matomo:/var/www/html
|
||||
environment:
|
||||
- MATOMO_DATABASE_HOST=mysql-server
|
||||
env_file:
|
||||
- ./.env
|
||||
ports:
|
||||
- 8021:80
|
||||
|
||||
|
||||
api_test_ssl:
|
||||
image: api_server_ssl_test:latest
|
||||
build: .
|
||||
@ -170,3 +185,4 @@ volumes:
|
||||
wordpress:
|
||||
mautic_data:
|
||||
uvdesk:
|
||||
matomo:
|
Loading…
Reference in New Issue
Block a user