chore: publish 0.2.0+0.1.0 release
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2023-07-08 19:59:10 +01:00
parent dd6e2f8bea
commit b7a2dc2551
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: gabekangas/owncast:0.0.13
image: gabekangas/owncast:0.1.0
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.2+0.0.13"
- "coop-cloud.${STACK_NAME}.version=0.2.0+0.1.0"
# healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s