]> _ Git - bastide-resah.git/commitdiff
wait #7207 @0.5 master
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Nov 2024 16:13:54 +0000 (17:13 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Nov 2024 16:13:54 +0000 (17:13 +0100)
.docker/production/docker-compose.yml

index 9d66f7c9b7ebd968ceb543888a8558829ffc10b1..b7d1b0cf72f04592d637842299de9d7e8ec9c95a 100644 (file)
@@ -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