From 31e9bcd14c87126e7228775a9e327a8f39f4d6c1 Mon Sep 17 00:00:00 2001 From: kelinfoxy <67766943+kelinfoxy@users.noreply.github.com> Date: Tue, 17 Mar 2026 20:13:52 -0400 Subject: [PATCH] minor edits --- docker-templates/core/docker-compose.yml | 7 ------- registry.json | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docker-templates/core/docker-compose.yml b/docker-templates/core/docker-compose.yml index eb6ead0..62db358 100644 --- a/docker-templates/core/docker-compose.yml +++ b/docker-templates/core/docker-compose.yml @@ -1,11 +1,4 @@ -# Core Infrastructure Services -# RESTART POLICY GUIDE: -# - unless-stopped: Core infrastructure services that should always run -# - no: Services with Sablier lazy loading (start on-demand) -# - See individual service comments for specific reasoning - services: - duckdns: # Dynamic DNS service - must always run to maintain domain resolution image: lscr.io/linuxserver/duckdns:latest diff --git a/registry.json b/registry.json index 5660daf..286441e 100644 --- a/registry.json +++ b/registry.json @@ -32,8 +32,8 @@ "description": "Ebook management and web access", "version": "1.0.0", "author": "kelin", - "compose_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/calibre/docker-compose.yml", - "env_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/calibre/.env", + "compose_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/calibre-web/docker-compose.yml", + "env_url": "https://gitea.kelinreij.duckdns.org/kelin/arcane-registry/raw/branch/main/docker-templates/calibre-web/.env", "tags": ["internal", "media", "books"] }, {