Coturn Docker Image for coturn.sp-codes.de
This repository has been archived on 2024-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Samuel Philipp 1a7b8abadc
Some checks failed
Build and Push Docker image / Build and Push Docker image (push) Failing after 4m52s
updated debian
added arm support
added usage
2023-12-08 01:20:48 +01:00
.forgejo/workflows updated debian 2023-12-08 01:20:48 +01:00
.gitignore updated debian 2023-12-08 01:20:48 +01:00
docker-compose.yml updated debian 2023-12-08 01:20:48 +01:00
Dockerfile updated debian 2023-12-08 01:20:48 +01:00
LICENSE initial setup 2021-02-14 23:12:32 +01:00
README.md updated debian 2023-12-08 01:20:48 +01:00
renovate.json migrated to actions 2023-09-29 18:13:39 +02:00

Coturn

Build Status License Docker Pulls

The Coturn Docker Image for coturn.sp-codes.de. Supports Prometheus metrics.

Usage

Example docker-compose.yml:

services:
  coturn:
    image: cr.sp-codes.de/sp-codes/coturn
    restart: always
    volumes:
      - ./turnserver.conf:/etc/turnserver.conf:ro
      - ./certificates:/certificates:ro
    network_mode: host

Adjust the turnserver.conf to your needs (https://github.com/coturn/coturn/blob/master/docs/Configuration.md). If you have enabled prometheus you can get the metrics with http://localhost:9641/metrics.

License

GNU AGPLv3 Image

This project is Free Software: It is licensed under GNU AGPL v3 (See LICENSE for more information).