Skip to content

Commit

Permalink
docs(docker): Add docs for docker. (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Nielsen <kevinanielsen@outlook.com>
  • Loading branch information
amritupreti and kevinanielsen authored Jul 26, 2024
1 parent 68b3871 commit affbe23
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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 git@github.com:kevinanielsen/go-fast-cdn`
or `git clone https://github.com:kevinanielsen/go-fast-cdn`

```
docker-compose up -d
```

0 comments on commit affbe23

Please sign in to comment.