Standardize Compose Files

This commit is contained in:
kelinfoxy
2026-01-24 23:11:05 -05:00
parent 13e3619cef
commit 08b184aea7
23 changed files with 710 additions and 605 deletions

View File

@@ -512,7 +512,7 @@ services:
- TZ=${TIMEZONE}
```
**Add health checks (if applicable):**
**Add health checks (if compatable):**
```yaml
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
@@ -551,7 +551,7 @@ services:
x-dockge:
urls:
- https://service-name.${DOMAIN}
- http://localhost:8080
- http://${SERVER_IP}$:8080
volumes:
service-data:
@@ -560,6 +560,8 @@ volumes:
networks:
traefik-network:
external: true
homelab-network:
external: true
```
If Traefik & Sablier are on a remote server:
@@ -658,8 +660,6 @@ services:
image: lscr.io/linuxserver/sonarr:4.0.0
container_name: sonarr
# Sonarr - TV Show management and automation
# Access at: https://sonarr.yourdomain.duckdns.org (via Traefik)
# Connects to: Prowlarr (indexers), qBittorrent (downloads)
# Protected by: Authelia SSO, Sablier lazy loading
restart: no
```