Skip to content
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

fix: Centralize docker networks #92

Merged

Conversation

seanohair22
Copy link
Contributor

PR Checklist

  • Added label to the Pull Request for easier discoverability and search
  • Commit Message meets guidelines as indicated in the URL https://github.com/edgexfoundry/edgex-go/blob/main/.github/Contributing.md
  • Every commit is a single defect fix and does not mix feature addition or changes
  • Unit Tests have been added for new changes
  • Updated Documentation as relevant to the changes
  • All commented code has been removed
  • If you've added a dependency, you've ensured license is compatible with repository license and clearly outlined the added dependency.
  • PR change contains code related to security
  • PR introduces changes that breaks compatibility with other modules (If YES, please provide details below)

What are you changing?

Issue this PR will close

close: #90
closes: #90

Anything the reviewer should know when reviewing this PR?

Test Instructions if applicable

  • Optional: Run make run-portainer
  • Run make run-base or run-full and check the docker networks that are setup.
  • Note: Portainer runs on a separate docker network in order to spin up and take down the RTSF services easily and still use Portainer.

If the there are associated PRs in other repositories, please link them here (i.e. intel-retail/rtsf-at-checkout-reference-design )

@seanohair22 seanohair22 added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 24, 2023
@seanohair22 seanohair22 self-assigned this Oct 24, 2023
@seanohair22 seanohair22 linked an issue Oct 24, 2023 that may be closed by this pull request
Comment on lines 20 to 21
name: loss-detection-app_edgex-network
driver: bridge

Choose a reason for hiding this comment

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

How is this working with the network defined in the edgex compose file?

Copy link

@lenny-goodell lenny-goodell left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@marcpfuller marcpfuller left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@jim-wang-intel jim-wang-intel left a comment

Choose a reason for hiding this comment

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

LGTM

@seanohair22 seanohair22 merged commit aec1428 into intel-retail:EdgeX-3.0 Oct 30, 2023
9 checks passed
@seanohair22 seanohair22 deleted the EdgeX-3.0-centralize-networks branch October 30, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Centralize docker networks on project
4 participants