minor edits

This commit is contained in:
kelinfoxy
2026-03-17 20:13:52 -04:00
parent 5d766f20e7
commit 31e9bcd14c
2 changed files with 2 additions and 9 deletions

View File

@@ -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

View File

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