From 42e232bef3770a3c2a7f9a282e928e3312632f41 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 9 Jul 2025 12:15:30 -0500 Subject: [PATCH] fix: example docker compose --- docs/examples/compose.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/docs/examples/compose.yml b/docs/examples/compose.yml index f10a967..194784d 100644 --- a/docs/examples/compose.yml +++ b/docs/examples/compose.yml @@ -1,22 +1,4 @@ services: - caddy: - image: caddy:2.9.1 - restart: unless-stopped - cap_add: - - NET_ADMIN - ports: - - "80:80" - - "443:443" - - "443:443/udp" - volumes: - - $PWD/../../bash/caddy:/etc/caddy - - $PWD/../../bash/certs:/etc/ssl - # The "entrypoint" into the application. This reverse proxy - # proxies traffic back to their respective services. If not - # running behind a reverse proxy inject your SSL certificates - # into this container. - # This container runs the actual web app in a php:8.4-fpm - # base container. app: image: code.caldwell.digital/home/torsearch-app:latest ports: @@ -48,7 +30,7 @@ services: - ./downloads/tvshows:/var/download/tvshows environment: TZ: America/Chicago - command: -vvv + command: -vv --time-limit=3600 --limit=10 env_file: - .env restart: always @@ -68,6 +50,7 @@ services: - ./downloads/tvshows:/var/download/tvshows env_file: - .env + command: -vv environment: TZ: America/Chicago restart: always