You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+37-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
# github-service
2
2
A simple service to query GitHub issues & pull requests.
3
-
* See [Server Mode](#server-mode) for using it as an [entrello](https://github.com/utkuufuk/entrello) service
4
-
* See [CLI Mode](#cli-mode) for using it as a CLI tool
3
+
* See [Server Mode](#server-mode) for using it as an [entrello](https://github.com/utkuufuk/entrello) service.
4
+
* See [CLI Mode](#cli-mode) for using it as a CLI tool.
5
5
6
6
## Configuration
7
-
Put your environment variables in a file called `.env`. See `.env.example` for reference.
7
+
Put your environment variables in a file called `.env`.
8
+
9
+
See `.env.example` for reference.
10
+
8
11
9
12
## Server Mode
10
13
Start the server:
@@ -44,3 +47,34 @@ go run ./cmd/cli prlo
44
47
go run ./cmd/cli prlmy
45
48
go run ./cmd/cli prlme
46
49
```
50
+
51
+
## Running With Docker
52
+
A new [Docker image](https://github.com/utkuufuk?tab=packages&repo_name=github-service) will be created upon each [release](https://github.com/utkuufuk/github-service/releases).
53
+
54
+
1. Authenticate with the GitHub container registry (only once):
0 commit comments