New maintainer and image

This commit is contained in:
Amras
2026-04-23 14:22:29 +00:00
parent dce442a924
commit 244f2ce98e
4 changed files with 7 additions and 13 deletions

View File

@ -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: