chore: publish 0.1.1+0.0.11 release

This commit is contained in:
3wc 2022-03-23 13:12:51 +02:00
parent cb5aa287a5
commit 43a5842c61
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: gabekangas/owncast:0.0.7 image: gabekangas/owncast:0.0.11
networks: networks:
- proxy - proxy
volumes: volumes:
@ -21,7 +21,7 @@ services:
- "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp" - "traefik.tcp.routers.${STACK_NAME}-rtmp.entrypoints=peertube-rtmp"
- "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp" - "traefik.tcp.routers.${STACK_NAME}-rtmp.service=${STACK_NAME}-rtmp"
- "traefik.tcp.services.${STACK_NAME}-rtmp.loadbalancer.server.port=1935" - "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: # healthcheck:
# test: ["CMD", "curl", "-f", "http://localhost"] # test: ["CMD", "curl", "-f", "http://localhost"]
# interval: 30s # interval: 30s