sha256:9aa74efac21c8ca757acf122782d773a85fc7398436eaeb97caa2c231889c2e0
Last pushed
15 days by deni336
Type
Compose
Manifest digest
sha256:9aa74efac21c8ca757acf122782d773a85fc7398436eaeb97caa2c231889c2e0
name: kasugai
services:
dashboard:
image: deni336/kasugai:2026.09.09.2
environment:
KASUGAI_SERVER_HOST: https://87.99.134.1:8443
KASUGAI_FILE_TRANSFER_HOST: https://87.99.134.1:8443
KASUGAI_MEDIA_HOST: https://87.99.134.1:8443
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.2@sha256:80cb4cb5755192cf77d6f2cb6811f16f53d2d59289313555466d4ae7cbd22f78
docker compose -f oci://deni336/kasugai:compose-2026.09.09.2 upUse the above command to pull and run the Compose file. Learn more.