refactor: restore healthcheck section and properly configure DNS settings in docker compose configuration
This commit is contained in:
@@ -90,24 +90,24 @@ services:
|
||||
- /mnt/media/bookdrop:/app/ingest
|
||||
|
||||
# Set DNS server to prevent EU blocking
|
||||
#dns:
|
||||
# - 1.1.1.1
|
||||
# - 1.0.0.1
|
||||
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:
|
||||
Reference in New Issue
Block a user