Merge pull request 'Update Owncast service definition' (#1) from gabek/owncast:gabek-patch-1 into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #1
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
This commit is contained in:
decentral1se 2025-03-13 07:42:05 +00:00
commit de5cf74d15

View File

@ -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: