sha256:ec3ded5cea9b63077a1eb7886bc465bfa44bc9cf3826e92531bfd3f9178184c7
Last pushed
11 days by deni336
Type
Compose
Manifest digest
sha256:ec3ded5cea9b63077a1eb7886bc465bfa44bc9cf3826e92531bfd3f9178184c7
name: kasugai
services:
dashboard:
image: deni336/kasugai:2026.09.09.4
environment:
KASUGAI_SERVER_HOST: https://87.99.134.1:443
KASUGAI_FILE_TRANSFER_HOST: https://87.99.134.1:443
KASUGAI_MEDIA_HOST: https://87.99.134.1:443
DENILICENSE_API_URL: https://denilicense.com
DENILICENSE_ISSUER: https://denilicense.com
DENILICENSE_PRODUCT_CODE: KASUGAI
DENILICENSE_ACTIVATION_LABEL: Kasugai Dashboard
KASUGAI_AI_PROVIDER: disabled
ports:
- "127.0.0.1:8000:8000"
volumes:
- dashboard-data:/data
- dashboard-resources:/app/kasugai/resources
read_only: true
tmpfs:
- /tmp:size=128m,mode=1777
security_opt:
- no-new-privileges:true
restart: unless-stopped
volumes:
dashboard-data:
name: kasugai_dashboard-data
dashboard-resources:
name: kasugai_dashboard-resources
services:
dashboard:
image: docker.io/deni336/kasugai:2026.09.09.4@sha256:7c116d3d5de6ca56ece3048e0eda774d7beed1c2182c769d6e888d9be49fb1ed
docker compose -f oci://deni336/kasugai:compose upUse the above command to pull and run the Compose file. Learn more.