dockercompose

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit c02e055b8351b69a0282bcb5f1c092631328dedb
parent 9b6fb97204836d0216ae19edeea029475a9ac543
Author: andrew <andrew@brgr.localdomain>
Date:   Sun,  8 Feb 2026 11:31:16 -0600

Updated compose file

Diffstat:
Mdocker-compose.yml | 64++++++++++++++++++++++++++++++++--------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml @@ -56,35 +56,35 @@ services: - '../pihole-dnsmasq.d:/etc/dnsmasq.d' restart: unless-stopped - searxng: - container_name: searxng - image: docker.io/searxng/searxng:latest - restart: unless-stopped - ports: - - "8181:8080" - volumes: - - ../searx:/etc/searxng:rw - environment: - - SEARXNG_BASE_URL=https://searx.laack.co - - UWSGI_WORKERS=4 - - UWSGI_THREADS=4 - cap_drop: - - ALL - cap_add: - - CHOWN - - SETGID - - SETUID - logging: - driver: "json-file" - options: - max-size: "1m" - max-file: "1" - perplexica: - image: itzcrazykns1337/perplexica:latest - build: - context: . - ports: - - '3000:3000' - volumes: - - ../perplexica:/home/perplexica/data - restart: unless-stopped +# searxng: +# container_name: searxng +# image: docker.io/searxng/searxng:latest +# restart: unless-stopped +# ports: +# - "8181:8080" +# volumes: +# - ../searx:/etc/searxng:rw +# environment: +# - SEARXNG_BASE_URL=https://searx.laack.co +# - UWSGI_WORKERS=4 +# - UWSGI_THREADS=4 +# cap_drop: +# - ALL +# cap_add: +# - CHOWN +# - SETGID +# - SETUID +# logging: +# driver: "json-file" +# options: +# max-size: "1m" +# max-file: "1" +# nextcloud: +# image: nextcloud:latest +# restart: always +# ports: +# - "8080:80" +# volumes: +# - ../nextcloud:/var/www/html +# environment: +# - NEXTCLOUD_DATA_DIR=/var/www/html/data