-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b387f8
commit 12591c6
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
# PhotoBox | ||
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. | ||
Open http://localhost:3000/ with your browser to see the result. | ||
|
||
# How to use | ||
Refer to [docs](https://photobox.cardboard.ink/swagger) | ||
|
||
# How to run | ||
1. Setup the environment file, fill any random value for minio access and secret. | ||
2. Run only minio service. | ||
> `docker compose up photobox-minio1` | ||
3. Login according to env config and setup access. | ||
4. Copy minio access and secret to env file. | ||
5. Restart compose with all containers. | ||
> `docker compose down --remove-orphans && docker compose up --build -d` |