diff --git a/compose.yml b/compose.yml index 98b31ad..cc04a13 100644 --- a/compose.yml +++ b/compose.yml @@ -1,3 +1,4 @@ +--- version: "3.8" services: @@ -7,10 +8,10 @@ services: volumes: - mariadb:/var/lib/mysql environment: - - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password - - MYSQL_PASSWORD_FILE=/run/secrets/db_password - MYSQL_DATABASE=matomo - MYSQL_USER=matomo + - MYSQL_PASSWORD_FILE=/run/secrets/db_password + - MYSQL_ROOT_PASSWORD_FILE=/run/secrets/db_root_password networks: - internal secrets: @@ -19,7 +20,7 @@ services: matomo: image: matomo - depends_on: + depends_on: - mariadb volumes: - "matomo_config:/var/www/html/config" @@ -55,12 +56,12 @@ volumes: matomo_logs: secrets: - db_root_password: - external: true + db_password: + external: true + name: ${STACK_NAME}_db_password_${DB_PASSWORD_VERSION} + db_root_password: + external: true name: ${STACK_NAME}_db_root_password_${DB_ROOT_PASSWORD_VERSION} - db_password: - external: true - name: ${STACK_NAME}_db_password_${DB_ROOT_PASSWORD_VERSION} networks: proxy: