forked from coop-cloud/owncast
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 52803d9589 | |||
| ab5ebf6db0 | |||
| 30381234f2 | |||
| c507ade62c | |||
| 31d38beb56 | |||
| a0d041b07e | |||
| de5cf74d15 |
@@ -1,14 +1,14 @@
|
||||
# owncast
|
||||
# Owncast
|
||||
|
||||
Owncast + CoopCloud = 🍿
|
||||
A free and open source live video and web chat server for use with existing popular broadcasting software.
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 3
|
||||
* **Image**: [`gabekangas/owncast:0.2.1`](https://hub.docker.com/gabekangas/owncast), 4, upstream
|
||||
* **Healthcheck**: ❌
|
||||
* **Backups**: ❌
|
||||
* **Image**: [`owncast`](https://hub.docker.com/owncast/owncast), 4, upstream
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: No
|
||||
* **Email**: N/A
|
||||
* **Tests**: 2
|
||||
* **SSO**: 3
|
||||
@@ -23,4 +23,4 @@ Owncast + CoopCloud = 🍿
|
||||
|
||||
Then, log into `https://owncast.example.com/admin` using the initial stream key – visible in `abra app logs <domain>`
|
||||
|
||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|
||||
+7
-7
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: owncast/owncast:0.2.1
|
||||
image: owncast/owncast:0.2.5
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
@@ -21,13 +21,13 @@ services:
|
||||
- "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp"
|
||||
- "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp"
|
||||
- "traefik.tcp.services.${STACK_NAME}-rtmp.loadbalancer.server.port=1935"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.3.0+0.2.1"
|
||||
- "coop-cloud.${STACK_NAME}.version=0.4.0+0.2.5"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/api/status"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
start_period: 1m
|
||||
test: wget --no-verbose --tries=1 --spider http://localhost:8080/api/status || exit 1
|
||||
interval: 5m
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
start_period: 2m
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user