From 5d15fdb86f0a00a57cf3b22478df657379eb277f Mon Sep 17 00:00:00 2001 From: FuzzyMistborn Date: Sat, 14 Sep 2024 17:50:39 -0400 Subject: [PATCH] Remove spoolman --- group_vars/cultivation.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/group_vars/cultivation.yml b/group_vars/cultivation.yml index 06ddd370..e5418867 100644 --- a/group_vars/cultivation.yml +++ b/group_vars/cultivation.yml @@ -253,39 +253,6 @@ containers: - 8444:8443 include_global_env_vars: false ### - - service_name: whoogle - container_name: whoogle - active: true - image: ghcr.io/benbusby/whoogle-search:0.8.4 - restart: always - mem_limit: 300M - ports: - - 5100:5000 - security_opt: - - no-new-privileges - cap_drop: - - ALL - tmpfs: - - /config/:size=10M,uid=927,gid=927,mode=1700 - environment: - - WHOOGLE_ALT_YT=video.{{ secret_personal_url }} - - WHOOGLE_CONFIG_BLOCK=pinterest.com - - WHOOGLE_CONFIG_ALTS=1 - include_global_env_vars: false - ### - - service_name: spoolman - container_name: spoolman - active: true - image: ghcr.io/donkie/spoolman:0.20.0 - restart: unless-stopped - volumes: - - "{{ appdata_path }}/spoolman:/home/app/.local/share/spoolman" - ports: - - 7912:8000 - environment: - - "TZ={{ ntp_timezone }}" - include_global_env_vars: false - ### - service_name: stirling-pdf container_name: stirling-pdf active: true