PhotoBox is a Guilded based avatar/banner CDN cache. Powered by ElysiaJS, Minio and Bun.
Open http://localhost:3000/ with your browser to see the result.
Refer to docs
- Setup the environment file, fill any random value for minio access and secret.
- Run only minio service.
docker compose up photobox-minio1
- Login according to env config and setup access.
- Copy minio access and secret to env file.
- Restart compose with all containers.
docker compose down --remove-orphans && docker compose up --build -d