diff --git a/matomo/metadata.yml b/matomo/metadata.yml new file mode 100644 index 00000000..a7e2fc89 --- /dev/null +++ b/matomo/metadata.yml @@ -0,0 +1,20 @@ +description: Matomo server +docker-image: matomo +uses: + mysql-database: + #constraint: required | recommended | optional + #auto: pair | summon | none ## default: pair + constraint: required + auto: summon + solves: + database: "matomo" + + web-proxy: + contraint: recommended + auto: pair + solves: + proxy: "Public access" + default-options: + target: !var-expand ${MASTER_BASE_SERVICE_NAME}:80 + +