8 Commits

Author SHA1 Message Date
Brooke 52803d9589 chore: publish 0.4.0+0.2.5 release 2026-04-27 20:34:14 -04:00
Brooke ab5ebf6db0 fix healthcheck (no curl in container) 2026-04-27 20:30:44 -04:00
Brooke 30381234f2 chore: publish 0.3.2+0.2.5 release 2026-04-27 20:17:19 -04:00
Brooke c507ade62c update image meta in readme 2026-04-27 20:17:09 -04:00
Brooke 31d38beb56 bump image tag 2026-04-27 20:16:52 -04:00
Brooke a0d041b07e add description to readme, update metadata 2026-04-27 20:06:47 -04:00
decentral1se de5cf74d15 Merge pull request 'Update Owncast service definition' (#1) from gabek/owncast:gabek-patch-1 into main
Reviewed-on: coop-cloud/owncast#1
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2025-03-13 07:42:05 +00:00
gabek 729fb5c690 Update Owncast service definition
- Point at the modern Docker image organization
- Enable healthcheck via the /api/status endpoint
2025-03-12 23:43:30 +00:00
2 changed files with 14 additions and 14 deletions
+6 -6
View File
@@ -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).
+8 -8
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: gabekangas/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"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s
# timeout: 10s
# retries: 10
# start_period: 1m
- "coop-cloud.${STACK_NAME}.version=0.4.0+0.2.5"
healthcheck:
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: