From 305d2ff9235403f4f865a227b1c0b1b037365c48 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Fri, 4 Aug 2023 14:39:31 +0200 Subject: [PATCH] chore: publish 0.2.1+0.1.1 release --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 2b4e454..56b7090 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: gabekangas/owncast:0.1.0 + image: gabekangas/owncast:0.1.1 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.2.0+0.1.0" + - "coop-cloud.${STACK_NAME}.version=0.2.1+0.1.1" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s