Added credentials replacement draft for matomo

This commit is contained in:
2025-07-17 06:57:35 +02:00
parent 2529c7cdb3
commit 4f06f94023
4 changed files with 33 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{% include 'roles/docker-compose/templates/base.yml.j2' %}
application:
container_name: {{ matomo_name }}
{% set container_port = 80 %}
{% include 'roles/docker-container/templates/base.yml.j2' %}
image: "{{ matomo_image }}:{{ matomo_version }}"