diff --git a/compose.yml b/compose.yml index d18d09f..fa49863 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: gabekangas/owncast:0.0.7 + image: gabekangas/owncast:0.0.11 networks: - proxy volumes: @@ -21,7 +21,7 @@ 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.1.0+0.0.7" + - "coop-cloud.${STACK_NAME}.version=0.1.1+0.0.11" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s