Skip to content

Conversation

mihow
Copy link
Collaborator

@mihow mihow commented Apr 30, 2025

Summary

The Docker network was required to exist before starting the compose stack. This change fixes that so the network will be created if it does not already exist.

@Copilot Copilot AI review requested due to automatic review settings April 30, 2025 22:28
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Docker Compose configuration so that the required Docker network is automatically created if it doesn't exist rather than being treated as external.

  • Removed the "external: true" flag from the antenna_network configuration
  • Adjusted the network declaration to enable auto-creation of the network
Comments suppressed due to low confidence (1)

docker-compose.yml:160

  • Removing the 'external: true' flag enables Docker Compose to automatically create the network. Consider adding a comment in the file to explain that this change ensures the network is created if it doesn't exist, which can help future maintainers understand the rationale.
external: true

Copy link

netlify bot commented Apr 30, 2025

Deploy Preview for antenna-preview canceled.

Name Link
🔨 Latest commit 5c27cce
🔍 Latest deploy log https://app.netlify.com/sites/antenna-preview/deploys/6812a429b758fd0008f7eba2

@mihow mihow merged commit b3a9187 into main May 5, 2025
6 checks passed
@mihow mihow deleted the fix/docker-network-rename2 branch May 5, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant