refactor: adjust indentation and comment out healthcheck section in docker compose configuration

This commit is contained in:
Nikholas Pcenicni
2025-12-29 03:39:41 -05:00
parent fdbb21b61c
commit 742c605537

View File

@@ -62,7 +62,7 @@ services:
restart: unless-stopped
ports:
- "8286:8286"
- "8286:8286"
environment:
# Required:
@@ -85,29 +85,29 @@ services:
TZ: ${TZ}
volumes:
- ephemera-data:/app/data
- ${DATA_PATH}/ephemera-downloads:/app/downloads
- /mnt/media/bookdrop:/app/ingest
- ephemera-data:/app/data
- ${DATA_PATH}/ephemera-downloads:/app/downloads
- /mnt/media/bookdrop:/app/ingest
# Set DNS server to prevent EU blocking
#dns:
# - 1.1.1.1
# - 1.0.0.1
healthcheck:
test:
[
"CMD",
"wget",
"--no-verbose",
"--tries=1",
"--spider",
"http://127.0.0.1:8286/health",
]
interval: 30s
timeout: 10s
start_period: 40s
retries: 3
# healthcheck:
# test:
# [
# "CMD",
# "wget",
# "--no-verbose",
# "--tries=1",
# "--spider",
# "http://127.0.0.1:8286/health",
# ]
# interval: 30s
# timeout: 10s
# start_period: 40s
# retries: 3
volumes:
qbittorrent-pia:
ephemera-data: