Reset history to current sanitized state

This commit is contained in:
2026-08-17 17:04:00 +00:00
commit 374880d8a4
4 changed files with 476 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
services:
typesense:
mem_limit: 3g
memswap_limit: 3g
container_name: typesense
image: typesense/typesense:29.0
restart: unless-stopped
# ports:
# - "8108:8108"
volumes:
- /srv/appdata/typesense/data:/data
env_file:
- /srv/docker/secrets/typesense/.env
command:
- --data-dir
- /data
- --enable-cors
- --cors-domains
- https://typesense.humanofearth.com,https://typesense.lan
networks:
npm_proxy:
ipv4_address: 192.168.96.16
networks:
npm_proxy:
external: true