-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
docs(docker): Add docs for docker. (#137)
Co-authored-by: Kevin Nielsen <[email protected]>
1 parent
68b3871
commit affbe23
Showing
1 changed file
with
12 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 |
---|---|---|
|
@@ -11,7 +11,9 @@ | |
</p> | ||
|
||
# Go-Fast CDN | ||
*"The PocketBase of CDNs" - Me* | ||
|
||
_"The PocketBase of CDNs" - Me_ | ||
|
||
### A fast and easy-to-use CDN, built with Go. | ||
|
||
Utilizing an SQLite database with GORM and the Gin web framework. UI built with [Vite](https://vite.js/) + [React](https://react.dev/) and [wouter](https://github.com/molefrog/wouter). | ||
|
@@ -41,3 +43,12 @@ If you do not wish to use this, you can just rename `.example.env` to `.env` and | |
4. Run `make build` | ||
|
||
Your binary should now be tested, built, and you can run it with `bin/go-fast-cdn-linux` or `bin/go-fast-cdn-windows` or `bin/go-fast-cdn-darwin` | ||
|
||
### Quick start with Docker | ||
|
||
`git clone [email protected]:kevinanielsen/go-fast-cdn` | ||
or `git clone https://github.com:kevinanielsen/go-fast-cdn` | ||
|
||
``` | ||
docker-compose up -d | ||
``` |