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

chore(docker-stack): force network to be called parabol on the single-tenant compose stack #10041

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

rafaelromcar-parabol
Copy link
Contributor

@rafaelromcar-parabol rafaelromcar-parabol commented Jul 26, 2024

Description

Forces the Docker network to be named parabol when running the single-tenant Docker compose stack

Summary by CodeRabbit

  • Chores
    • Updated Docker Compose configuration to improve network identification with a new name attribute for clarity.

@rafaelromcar-parabol rafaelromcar-parabol self-assigned this Jul 26, 2024
Copy link
Contributor

coderabbitai bot commented Jul 26, 2024

Walkthrough

The recent modification in the Docker Compose configuration involves adding a name attribute to the parabol-network in the networks section. This change improves clarity by explicitly naming the network as parabol, facilitating better identification and management within the Docker environment. No other functional alterations have been made.

Changes

Files Change Summary
docker/stacks/single-tenant-host/docker-compose.yml Added a name attribute to parabol-network, specifying the network name as parabol.

Sequence Diagram(s)

sequenceDiagram
    participant Docker as Docker Environment
    participant Network as parabol-network

    Docker->>Network: Create network with name "parabol"
    Network-->>Docker: Network created successfully
Loading

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Copy link
Contributor

@dbumblis-parabol dbumblis-parabol left a comment

Choose a reason for hiding this comment

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

lgtm

@rafaelromcar-parabol rafaelromcar-parabol merged commit 8b3b1b8 into master Jul 29, 2024
8 checks passed
@rafaelromcar-parabol rafaelromcar-parabol deleted the chore/single-tenant-docker-network branch July 29, 2024 08:16
@github-actions github-actions bot mentioned this pull request Aug 1, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants