forked from coop-cloud/owncast
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 729fb5c690 | |||
| c0b4ecdd1c |
@@ -0,0 +1,26 @@
|
||||
# owncast
|
||||
|
||||
Owncast + CoopCloud = 🍿
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 3
|
||||
* **Image**: [`gabekangas/owncast:0.2.1`](https://hub.docker.com/gabekangas/owncast), 4, upstream
|
||||
* **Healthcheck**: ❌
|
||||
* **Backups**: ❌
|
||||
* **Email**: N/A
|
||||
* **Tests**: 2
|
||||
* **SSO**: 3
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
||||
## Quick start
|
||||
|
||||
* `abra app new owncast --secrets`
|
||||
* `abra app config <app-name>`
|
||||
* `abra app deploy <app-name>`
|
||||
|
||||
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).
|
||||
+7
-7
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: gabekangas/owncast:0.2.1
|
||||
image: owncast/owncast:0.2.1
|
||||
networks:
|
||||
- proxy
|
||||
volumes:
|
||||
@@ -22,12 +22,12 @@ services:
|
||||
- "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
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/api/status"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
start_period: 1m
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
Reference in New Issue
Block a user