Got rid of some apps to do later

This commit is contained in:
WilliamMiceli
2019-05-28 21:05:38 -04:00
parent 62020cb73f
commit 1e87080625
13 changed files with 0 additions and 329 deletions

View File

@@ -1,25 +0,0 @@
version: "2"
services:
matomo:
image: matomo:3.5-apache
restart: always
links:
- db
volumes:
- "./config:/var/www/html/config:rw"
- "./logs:/var/www/html/logs"
environment:
VIRTUAL_HOST: CHANGE_ME
ports:
- "80:80"
db:
image: mariadb:latest
volumes:
- ./mysql/runtime2:/var/lib/mysql
environment:
MYSQL_DATABASE: matomo_db
MYSQL_ROOT_PASSWORD: CHANGE_ME
MYSQL_USER: matomo_user
MYSQL_PASSWORD: CHANGE_ME