[+] Docker

This commit is contained in:
2026-05-08 06:29:13 +00:00
parent 3c287e04d0
commit 4b9de29fdc
8 changed files with 151 additions and 4 deletions
+21 -1
View File
@@ -1,6 +1,6 @@
# refray
A tool to keep ALL of your repos in sync across ALL git platforms, while being able to work from any one of them.
A tool to keep your repos in sync across all git platforms, while being able to work from everywhere all at once.
Created becasue github is so unusable and unreliable and I want to leave, but I don't want to leave the community behind.
@@ -22,6 +22,26 @@ Supported platforms: GitHub, GitLab, Gitea, Forgejo
Go to the [releases page](https://github.com/MaigoLabs/refray/releases), find the latest release, and download the appropriate binary for your platform.
### Option 3. Docker Compose
Run config wizard:
```sh
docker compose run --rm refray config
```
Start the webhook receiver as a service:
```sh
docker compose up -d --build
```
To edit config manually:
```sh
docker compose run --rm --entrypoint nano refray /data/config/refray/config.toml
```
## Configure
Run the interactive configuration wizard: