Skip to main content

Cherry

version: '3.3'
services:
    cherry:
        container_name: cherry
        volumes:
            - /srv/path/Files/Cherry/data:/data
        ports:
            - '8000:8000'
        environment:
            - JWT_SECRET=LoNgAnDcOmPlIcAtEd
            - ENABLE_PUBLIC_REGISTRATION=0
            - PAGE_BOOKMARK_LIMIT=1000
            - LOG_LEVEL='debug'
            - USE_INSECURE_COOKIE=1
        image: haishanh/cherry

Environment variables : https://cherry.haishan.me/docs/deploy#environment-variables