From cb5aa287a58d107b23dbc9be123c4c8d8e1c94fa Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Wed, 23 Mar 2022 13:12:01 +0200 Subject: [PATCH] chore: publish 0.1.0+0.0.7 release --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index adeecfc..d18d09f 100644 --- a/compose.yml +++ b/compose.yml @@ -21,6 +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" # healthcheck: # test: ["CMD", "curl", "-f", "http://localhost"] # interval: 30s