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