mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #8] [Request] Release on dockerhub #5
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bktz on GitHub (Mar 6, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/8
Hello,
I think creating a new docker-compose.yml for deployments that contains pre-built docker images published to DockerHub would make standing up a new deployment of papermerge much simpler. With the images in DockerHub they can now be referenced in a new docker-compose.yml file (similar to how docker-compose is currently referencing postgres) which would remove the build step.
This could also be used to version releases of papermerge as well.
What are your thoughts?
@ciur commented on GitHub (Mar 8, 2020):
Sounds good to me! I will take care of it.
@bktz thanks for opening an issue.
@ciur commented on GitHub (Mar 24, 2020):
Also default docker/docker-compose.yml will pull from docker-hub images. There is docker/docker-compose-dev version which will do older way i.e. will build local images.
And the diff
@hrvylein commented on GitHub (Apr 12, 2020):
I have to admit, i'm new to docker and hate it.
I want to install an edms on my synology NAS. Any instructions on how to use these specific containers? Which folders must be persistent? How to backup? Additional containers needed? Where to config these containers?