Closed lazyzyf closed 1 month ago
Hi @lazyzyf
ClipCascade now supports multiple architectures: amd64, arm32v7, arm64v8, ppc64le, and s390x. You can find the Dockerfile in the release page or docker home page
version: '3.8'
services:
clipcascade:
# image: sathvikrao/clipcascade:0.1.0 #amd64
image: sathvikrao/clipcascade:0.1.0-multi-arch #amd64, arm32v7, arm64v8, ppc64le, s390x
ports:
- "8080:8080"
restart: always
environment:
- CC_USERNAME=user #username
- CC_PASSWORD=pass123 #password
- CC_MAX_MESSAGE_SIZE=1 #MiB (desktop(windows) < 25 MiB, mobile(android) ~ 1 MiB)
Thank you! Feel free to reach out if you have any questions!
I want to deploy it on a rasppery Pi.