From 244f2ce98e8fea05168c175a80e46fdda5c17844 Mon Sep 17 00:00:00 2001 From: Amras Date: Thu, 23 Apr 2026 14:22:29 +0000 Subject: [PATCH] New maintainer and image --- README.md | 3 ++- compose.mumbleweb.yml | 2 +- compose.yml | 14 +++----------- release/0.1.0+v1.6.870-0 | 1 + 4 files changed, 7 insertions(+), 13 deletions(-) create mode 100644 release/0.1.0+v1.6.870-0 diff --git a/README.md b/README.md index c88be94..fa74bea 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ Low latency, high quality voice chat application. +* **Maintainer**: [@amras](https://git.coopcloud.tech/amras) * **Category**: Apps * **Status**: 1, alpha -* **Image**: [phlak/mumble](https://hub.docker.com/repository/docker/phlak/mumble), 2, 3rd-party +* **Image**: [mumblevoip/mumble-server](https://hub.docker.com/r/mumblevoip/mumble-server), 4, official * **Healthcheck**: No * **Backups**: No * **Email**: N/A diff --git a/compose.mumbleweb.yml b/compose.mumbleweb.yml index 25caab0..bcb3c4e 100644 --- a/compose.mumbleweb.yml +++ b/compose.mumbleweb.yml @@ -1,7 +1,7 @@ version: "3.8" services: web: - image: rankenstein/mumble-web + image: rankenstein/mumble-web:0.5 environment: - "MUMBLE_SERVER=${STACK_NAME}_app:64738" networks: diff --git a/compose.yml b/compose.yml index 44b7b14..286f2e0 100644 --- a/compose.yml +++ b/compose.yml @@ -3,17 +3,16 @@ version: "3.8" services: app: - image: phlak/mumble + image: mumblevoip/mumble-server:v1.6.870-0 networks: - proxy volumes: - - "mumble_data:/etc/mumble" + - "mumble_data:/data" deploy: restart_policy: condition: on-failure labels: - "traefik.enable=true" - # note(3wc) see https://github.com/PHLAK/docker-mumble/issues/15 - "traefik.tcp.routers.${STACK_NAME}.entrypoints=mumble" - "traefik.tcp.routers.${STACK_NAME}.service=${STACK_NAME}-tcp-service" - "traefik.tcp.routers.${STACK_NAME}.rule=HostSNI(`*`)" @@ -22,14 +21,7 @@ services: - "traefik.udp.routers.${STACK_NAME}.entrypoints=mumble-udp" - "traefik.udp.routers.${STACK_NAME}.service=${STACK_NAME}-udp-service" - "traefik.udp.services.${STACK_NAME}-udp-service.loadbalancer.server.port=64738" - # note(3wc): this image doesn't have curl, and wget doesn't seem to like - # testing the TCP port - #healthcheck - # test: ["CMD", "curl", "-f", "http://localhost"] - # interval: 30s - # timeout: 10s - # retries: 10 - # start_period: 1m + - "coop-cloud.${STACK_NAME}.version=0.1.0+v1.6.870-0" networks: proxy: diff --git a/release/0.1.0+v1.6.870-0 b/release/0.1.0+v1.6.870-0 new file mode 100644 index 0000000..5e2be5e --- /dev/null +++ b/release/0.1.0+v1.6.870-0 @@ -0,0 +1 @@ +Updating recipe after 3 years of inactivity \ No newline at end of file