Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qlyoung/peertube-runner-docker
- Owner: qlyoung
- License: mit
- Created: 2023-10-31T16:21:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T16:26:15.000Z (about 1 year ago)
- Last Synced: 2023-10-31T17:31:30.080Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.