Reset history to current sanitized state
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user