From: Vincent Vanwaelscappel Date: Fri, 22 Nov 2024 16:13:54 +0000 (+0100) Subject: wait #7207 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=HEAD;p=bastide-resah.git wait #7207 @0.5 --- diff --git a/.docker/production/docker-compose.yml b/.docker/production/docker-compose.yml index 9d66f7c..b7d1b0c 100644 --- a/.docker/production/docker-compose.yml +++ b/.docker/production/docker-compose.yml @@ -140,6 +140,17 @@ services: networks: - bastide-resah + matomo-adminer: + image: 'adminer:latest' + container_name: bastide-resah-matomo-adminer + restart: unless-stopped + environment: + ADMINER_DEFAULT_SERVER: bastide-resah-matomo-mariadb + VIRTUAL_HOST: adminer.matomo.bastide-resah.fluidbook.com + LETSENCRYPT_HOST: adminer.matomo.bastide-resah.fluidbook.com + networks: + - bastide-resah + matomo-mysqlbackup: image: selim13/automysqlbackup container_name: bastide-resah-matomo-automysqlbackup