sha256:e3c3c00c2d38148761671bf5c56b8b83c953a61699d5fa10daa3d4a2bb8f645a
Last pushed
15 days by deni336
Type
Compose
Manifest digest
sha256:e3c3c00c2d38148761671bf5c56b8b83c953a61699d5fa10daa3d4a2bb8f645a
name: kasugai
services:
dashboard:
image: deni336/kasugai:2026.09.09.3
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.3@sha256:135acb47a1493595ec77e329870a62488ce2d94e58dfe1ff771135dd5873f0cb
docker compose -f oci://deni336/kasugai:compose-2026.09.09.3 upUse the above command to pull and run the Compose file. Learn more.