Dockerized version of Infinite Digits' ezeptocore sample management tool.
- Dockerfile 63.8%
- Shell 36.2%
| .forgejo/workflows | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| get-core.sh | ||
| README.md | ||
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 to8100.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.