docs: document slim Docker image and run codegen against external postgres#1121
Draft
dkrizan wants to merge 2 commits into
Draft
docs: document slim Docker image and run codegen against external postgres#1121dkrizan wants to merge 2 commits into
dkrizan wants to merge 2 commits into
Conversation
✅ Deploy Preview for tolgee-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
51d34d0 to
1d35a59
Compare
1d35a59 to
a28eeb1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two slim-image-related changes:
platform/self_hosting/running_with_docker.mdx— documents the new publictolgee/tolgee:slimimage so self-hosters can actually use it. Adds aRunning the slim imagesection (when to use it, tags, an external-DB compose example) and a pointer from the intro note..github/workflows/update-generated-code.yaml— the docs codegen job bootedghcr.io/tolgee/tolgee-eestandalone and relied on its embedded postgres. Since the EE image is becoming slim (no bundled DB), the job now starts apostgresservice and points the app at it via--network host+SPRING_DATASOURCE_*.Why
Depends on
tolgee/tolgee:slimimage the doc describes.Draft until #3610 lands.