Skip to content

Commit 3541561

Browse files
committed
docs(self-host): add in prebuilt docker image
1 parent 40e5fc7 commit 3541561

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,23 @@ deployments than I liked.
4949

5050
I wouldn't want that to happen again, so I really recommend people to spin up
5151
their own instances if they can afford to do so. If not, you can always use the
52-
hosted version from me at [goblin.barelyhuman.xyz](https://goblin.run)
52+
hosted version from me at [goblin.run](https://goblin.run)
5353

5454
**Note:the original code for gobinaries is equally simple to use and deploy but
5555
you'll have to make a few tweaks to the original code to make it work in a
5656
simpler fashion**
5757

58+
59+
### Existing Image
60+
The repository builds a nightly image that you can use directly if you don't wish to tweak anything.
61+
62+
```sh
63+
$ docker run -p "3000:3000" ghcr.io/barelyhuman/goblin:nightly
64+
# change the domain to whatever you are using for it
65+
$ docker run -e "GOBLIN_ORIGIN_URL=example.com" -p "3000:3000" ghcr.io/barelyhuman/goblin:nightly
66+
```
67+
68+
### From Source
5869
Let's start
5970

6071
1. Clone the code

0 commit comments

Comments
 (0)