New maintainer and image
This commit is contained in:
@ -6,9 +6,10 @@ Low latency, high quality voice chat application.
|
|||||||
|
|
||||||
<!-- metadata -->
|
<!-- metadata -->
|
||||||
|
|
||||||
|
* **Maintainer**: [@amras](https://git.coopcloud.tech/amras)
|
||||||
* **Category**: Apps
|
* **Category**: Apps
|
||||||
* **Status**: 1, alpha
|
* **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
|
* **Healthcheck**: No
|
||||||
* **Backups**: No
|
* **Backups**: No
|
||||||
* **Email**: N/A
|
* **Email**: N/A
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: rankenstein/mumble-web
|
image: rankenstein/mumble-web:0.5
|
||||||
environment:
|
environment:
|
||||||
- "MUMBLE_SERVER=${STACK_NAME}_app:64738"
|
- "MUMBLE_SERVER=${STACK_NAME}_app:64738"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
14
compose.yml
14
compose.yml
@ -3,17 +3,16 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: phlak/mumble
|
image: mumblevoip/mumble-server:v1.6.870-0
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
volumes:
|
volumes:
|
||||||
- "mumble_data:/etc/mumble"
|
- "mumble_data:/data"
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: on-failure
|
condition: on-failure
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "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}.entrypoints=mumble"
|
||||||
- "traefik.tcp.routers.${STACK_NAME}.service=${STACK_NAME}-tcp-service"
|
- "traefik.tcp.routers.${STACK_NAME}.service=${STACK_NAME}-tcp-service"
|
||||||
- "traefik.tcp.routers.${STACK_NAME}.rule=HostSNI(`*`)"
|
- "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}.entrypoints=mumble-udp"
|
||||||
- "traefik.udp.routers.${STACK_NAME}.service=${STACK_NAME}-udp-service"
|
- "traefik.udp.routers.${STACK_NAME}.service=${STACK_NAME}-udp-service"
|
||||||
- "traefik.udp.services.${STACK_NAME}-udp-service.loadbalancer.server.port=64738"
|
- "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
|
- "coop-cloud.${STACK_NAME}.version=0.1.0+v1.6.870-0"
|
||||||
# testing the TCP port
|
|
||||||
#healthcheck
|
|
||||||
# test: ["CMD", "curl", "-f", "http://localhost"]
|
|
||||||
# interval: 30s
|
|
||||||
# timeout: 10s
|
|
||||||
# retries: 10
|
|
||||||
# start_period: 1m
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
1
release/0.1.0+v1.6.870-0
Normal file
1
release/0.1.0+v1.6.870-0
Normal file
@ -0,0 +1 @@
|
|||||||
|
Updating recipe after 3 years of inactivity
|
||||||
Reference in New Issue
Block a user