[PR #3462] [misc] Further improvements to compose file #20501

Open
opened 2026-08-05 05:07:20 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3462
Author: @Hudater
Created: 3/7/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (2)

  • 5b448c9 removed duplicate traefik labels from relay container
  • cc3d2c9 Merge branch 'main' into fork/Hudater/main

📊 Changes

1 file changed (+44 additions, -25 deletions)

View changed files

📝 infrastructure_files/docker-compose.yml.tmpl.traefik (+44 -25)

📄 Description

Describe your changes

removed duplicate traefik labels from relay container
relay port fixed to env var
added network to containers for traefik autodiscovery to work
added container_name
uniform indentation across compose file

Checklist

  • Is it a bug fix
  • Is a feature enhancement
  • Is a typo/documentation fix
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/3462 **Author:** [@Hudater](https://github.com/Hudater) **Created:** 3/7/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`5b448c9`](https://github.com/netbirdio/netbird/commit/5b448c929dba4421554ab6427bc467e83eafc5e1) removed duplicate traefik labels from relay container - [`cc3d2c9`](https://github.com/netbirdio/netbird/commit/cc3d2c909b430c43ec5b8fef55810cbb1f475956) Merge branch 'main' into fork/Hudater/main ### 📊 Changes **1 file changed** (+44 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `infrastructure_files/docker-compose.yml.tmpl.traefik` (+44 -25) </details> ### 📄 Description ## Describe your changes removed duplicate traefik labels from relay container relay port fixed to env var added `network` to containers for traefik autodiscovery to work added `container_name` uniform indentation across compose file ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [x] Is a feature enhancement - [x] Is a typo/documentation fix - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 05:07:20 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#20501