From 453f1d312a1a55d5583e5f1806170c55db6f06a6 Mon Sep 17 00:00:00 2001 From: Bxio Date: Sun, 29 Mar 2026 23:48:56 +0100 Subject: [PATCH] fix: use Gitea container registry image instead of build --- CHANGELOG.md | 8 ++++++++ docker-compose.yml | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fa47d..2199843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.1] - 2026-03-29 + +### Changed +- `docker-compose.yml` now pulls pre-built image from Gitea container registry (`gitea.zol.oixb.run/oixb.run/ts6-grafana:latest`) instead of building from source +- Network set to `external: true` for easy integration with existing TS6 stacks + +--- + ## [1.0.0] - 2026-03-29 ### Added diff --git a/docker-compose.yml b/docker-compose.yml index c3dcc81..ee7701e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.8" services: ts6-exporter: - build: . + image: gitea.zol.oixb.run/oixb.run/ts6-grafana:latest container_name: ts6-exporter restart: unless-stopped ports: @@ -21,4 +21,3 @@ services: networks: ts6-net: external: true - name: ts6-panel_ts6-net