Dockerized version of Infinite Digits' ezeptocore sample management tool.
  • Dockerfile 63.8%
  • Shell 36.2%
Find a file
2026-05-10 21:19:40 -04:00
.forgejo/workflows feat: use registry image for docker-compose 2026-04-23 21:22:47 -04:00
.dockerignore fix: image push action fails 2026-04-22 01:24:43 -04:00
.gitignore feat: initial commit 2026-04-22 00:48:56 -04:00
docker-compose.yaml [Komodo] me@eriksonarias.dev: Write Stack File: update docker-compose.yaml 2026-05-10 21:19:40 -04:00
Dockerfile chore: add image label 2026-04-22 00:57:15 -04:00
get-core.sh chore: adjust container, remove zip after download 2026-04-22 19:27:59 -04:00
README.md Update README.md 2026-04-28 03:22:55 +00:00

ezeptocore-docker

Important

ezeptocore is created and maintained by Zack Scholl and Infinite Digits.

Dockerized version of Infinite Digits' ezeptocore sample management tool, intended for self-hosting.

Please be aware that this may stop working at any time. The executable is made graciously available through Zack Scholl's GitHub; if the executable is taken down for any reason, the retrieval script will fail.

Environment variables

The docker-compose setup only takes two environment variables:

  • SERVICE_PORT, which exposes the port on which the service runs. Defaults to 8100.
  • SERVICE_DIR, a volume-mount directory for storing uploaded and processed audio. Defaults to current directory /storage.

These should be placed in a .env file locally.