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

feat: Simplify docker #18

Merged
merged 2 commits into from
Sep 9, 2022
Merged

feat: Simplify docker #18

merged 2 commits into from
Sep 9, 2022

Conversation

simonj2
Copy link
Contributor

@simonj2 simonj2 commented Sep 9, 2022

What

We can simplify this file by:

  • Removing the cert logic. We don't need to worry about that since we're in a closed ecosystem here (and, there's no sensitive data in the first place)
  • Removing volumes, etc - whole setup piece

I did have to update the health check though. Have confirmed that this works with a partial local import after running this.

@simonj2 simonj2 requested a review from alexgarel September 9, 2022 05:17
@simonj2 simonj2 changed the title Simplify docker feat: Simplify docker Sep 9, 2022
Copy link
Member

@alexgarel alexgarel left a comment

Choose a reason for hiding this comment

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

👏 perfect :-)

@alexgarel alexgarel merged commit b5bb5c8 into main Sep 9, 2022
@alexgarel alexgarel deleted the simplify_docker branch September 9, 2022 07:29
alexgarel pushed a commit that referenced this pull request Sep 9, 2022
* Simplify docker compose by removing certs + setup step

* Removing the cert logic. We don't need to worry about that since we're
in a closed ecosystem here (and, there's no sensitive data in the first
place)
* Removing volumes, etc - whole setup piece

I did have to update the health check though. Have confirmed that this
works with a partial local import after running this.
alexgarel pushed a commit that referenced this pull request Sep 22, 2022
* Simplify docker compose by removing certs + setup step

* Removing the cert logic. We don't need to worry about that since we're
in a closed ecosystem here (and, there's no sensitive data in the first
place)
* Removing volumes, etc - whole setup piece

I did have to update the health check though. Have confirmed that this
works with a partial local import after running this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants