Open
Conversation
crypt0rr
requested changes
Apr 6, 2026
| - PUID=1000 | ||
| - PGID=1000 | ||
| - TZ=Europe/Amsterdam | ||
| volumes: |
Collaborator
There was a problem hiding this comment.
Could you take a peek at the template and see if you can incorporate the local storage principle we use for volumes? We’d like to keep the repository setting to the ./${SERVICE}-data/ standard, rather than using separate volumes. This approach makes it simple for any app to be easily moved between servers without the need to move these volumes along with it.
| @@ -0,0 +1,25 @@ | |||
| #version=1.1 | |||
Collaborator
There was a problem hiding this comment.
Please keep all the comments in place as per the template. Thanks!
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.
Pull Request Title: [Paperless service]
Description
Add compose.yml, .env and README.md to paperless service.
Related Issues
Type of Change
How Has This Been Tested?
Describe the tests you ran to verify your changes. Provide instructions for reproducing the testing process:
Checklist
README.md)Screenshots (if applicable)
If visual changes are made, include screenshots to demonstrate them.
Additional Notes