diff --git a/docker-compose.yml b/compose.yaml similarity index 99% rename from docker-compose.yml rename to compose.yaml index cec6fdf..3ecc995 100644 --- a/docker-compose.yml +++ b/compose.yaml @@ -109,7 +109,7 @@ services: - traefik.http.routers.matomo.tls.certresolver=letsencrypt restart: ${MATOMO_RESTART_POLICY-no} metabase: - image: metabase/metabase:${METABASE_VERSION-v0.50.19} + image: metabase/metabase:${METABASE_VERSION-v0.50.21.3} container_name: ${METABASE_CONTAINER_NAME-} ports: - 3001:3000 diff --git a/tests/smoke/main.sh b/tests/smoke/main.sh index 5277b42..c495b60 100644 --- a/tests/smoke/main.sh +++ b/tests/smoke/main.sh @@ -10,7 +10,6 @@ sh $FILEDIR/gitea.sh && \ sh $FILEDIR/grafana.sh && \ sh $FILEDIR/loki.sh && \ sh $FILEDIR/matomo.sh && \ -sh $FILEDIR/mautic.sh && \ sh $FILEDIR/metabase.sh && \ sh $FILEDIR/mongo.sh && \ sh $FILEDIR/nextcloud.sh && \