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"] }, {