fix: use Gitea container registry image instead of build

This commit is contained in:
Bxio 2026-03-29 23:48:56 +01:00
parent eeeec364c0
commit 453f1d312a
2 changed files with 9 additions and 2 deletions

View File

@ -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/), 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). 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 ## [1.0.0] - 2026-03-29
### Added ### Added

View File

@ -2,7 +2,7 @@ version: "3.8"
services: services:
ts6-exporter: ts6-exporter:
build: . image: gitea.zol.oixb.run/oixb.run/ts6-grafana:latest
container_name: ts6-exporter container_name: ts6-exporter
restart: unless-stopped restart: unless-stopped
ports: ports:
@ -21,4 +21,3 @@ services:
networks: networks:
ts6-net: ts6-net:
external: true external: true
name: ts6-panel_ts6-net