Skip to content

Commit

Permalink
Remove spoolman
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzyMistborn committed Sep 14, 2024
1 parent b68a58e commit 5d15fdb
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions group_vars/cultivation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d15fdb

Please sign in to comment.