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

RESOPS142 - Remove docker port forwarding #179

Merged
merged 4 commits into from
Jun 18, 2024

Conversation

TobySMurray
Copy link
Contributor

Description

Commenting out the ports for each service so they interact through the proxy rather than directly.

Closes #142

How to Test

Services should connect to their data stores without error.

Checklist

  • The code includes tests if relevant
  • I have actually self-reviewed my changes and done QA

@TobySMurray TobySMurray requested a review from a team as a code owner June 16, 2024 18:16
@TobySMurray TobySMurray linked an issue Jun 16, 2024 that may be closed by this pull request
docker-compose.yml Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
docker-compose.yml Outdated Show resolved Hide resolved
@TobySMurray TobySMurray merged commit 48efcc2 into master Jun 18, 2024
41 checks passed
@TobySMurray TobySMurray deleted the RESOPS142-remove-docker-port-forwarding branch June 18, 2024 23:59
christianbookout pushed a commit that referenced this pull request Jun 22, 2024
# Description
<!-- Please include a summary of the change(s) and which issue is being
fixed. Please provide as much detail as possible. -->
Commenting out the ports for each service so they interact through the
proxy rather than directly.

<!-- Replace `XXX` with the concerning issue number. The "#" links this
PR to its relevant issue -->
Closes #142

## How to Test
<!-- Provide some simple steps so that others can verify your
implementation -->
Services should connect to their data stores without error.

## Checklist
- [ ] The code includes tests if relevant
- [ ] I have *actually* self-reviewed my changes and done QA
<!-- Only check this off if you have actually done a self-review! DO NOT
request any review from others until you have done your self-review! -->
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.

Remove Docker port forwarding
2 participants