Skip to content

docker-compose.yml is missing volume for coturn service #3918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
B-z-F opened this issue Jun 3, 2025 · 0 comments
Open

docker-compose.yml is missing volume for coturn service #3918

B-z-F opened this issue Jun 3, 2025 · 0 comments

Comments

@B-z-F
Copy link

B-z-F commented Jun 3, 2025

Describe the problem

After successful installation, the docker-compose.yml file is created (from getting-started-with-zitadel.sh via function renderDockerCompose()). Each time docker compose up -d is run, a random directory is created in the /var/lib/docker/volumes directory and persists there.
This is a coturn service directory that is not defined in the docker-compose.yml file - in docker inspect coturn/coturn is defined:

...
      "Volumes": {
        "/var/lib/coturn": {}
...

There should be defined volume in the docker-compose.yml file for coturn service - either temporary:

    tmpfs:
      - /var/lib/coturn

or permanent - depending on the amount of data that may occur (which I can't judge).

In the case of a temporary one, it would be appropriate to limit the resources allocated to tmpfs.

To Reproduce

Install netbird, run docker compose up -d and docker compose down several times - there will be random directories in the /var/lib/docker/volumes

Are you using NetBird Cloud?

self-host NetBird's control plane.

NetBird version

netbird version 0.45.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant