Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qlyoung/peertube-runner-docker

Peertube runners, containerized
https://github.com/qlyoung/peertube-runner-docker

Last synced: 25 days ago
JSON representation

Peertube runners, containerized

Awesome Lists containing this project

README

        

# peertube-runner-docker

[Peertube runner](https://docs.joinpeertube.org/maintain/tools#peertube-runner)
shoved into a container.

## Usage

`docker compose up --build -d`

If this is the first time you have run the container and the runner is not yet
registered, register it with your peertube instance like this:

```
docker compose exec peertube-runner \
peertube-runner register \
--url \
--registration-token \
--runner-name
```

You should see this message:

```
PeerTube instance registered
```

If not, you should get a helpful error message.

After registration, the config file will be placed in
`config/peertube-runner-nodejs` and next time the container starts up it will
use this config file.