mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #261] docker-compose sample doesn't set-up fully #209
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#209
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 @AlexKnowsIt on GitHub (Dec 20, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/261
Originally assigned to: @ciur on GitHub.
In case you experience issues with docker image provided by linuxserver.io/papermerge, please open bug report in their repository.
Description
I tried the last days to setup papermerge using docker, but I am having problems with the official image. If I am using the docker image from linuxserver.io I can get the app running without any problems. If I use the example-file version 1.4 from this repository it seems that the the app is not listening on port 8000. This is the output from the command line while setting up:
Migrations for 'core':papermerge/core/migrations/0035_auto_20201220_1021.py- Alter field first_name on userOperations to perform:Apply all migrations: account, admin, auth, contenttypes, core, dynamic_preferences, dynamic_preferences_users, knox, sessions, sites, socialaccountRunning migrations:No migrations to apply.Unknown command: 'drop_triggers'Type 'manage.py help' for usage.System check identified no issues (0 silenced).[2020-12-20 10:22:00,969: INFO/MainProcess] Connected to filesystem://localhost//[2020-12-20 10:22:01,001: INFO/MainProcess] celery@localhost ready.[2020-12-20 10:22:04,009: INFO/Beat] beat: Starting...[2020-12-20 10:23:08,094: INFO/Beat] Scheduler: Sending due task txt2db (papermerge.core.management.commands.worker.txt2db)[2020-12-20 10:23:08,152: INFO/MainProcess] Received task: papermerge.core.management.commands.worker.txt2db[0fe25b8d-161a-4a70-b1c1-e78a076e2ac1][2020-12-20 10:23:08,156: DEBUG/ForkPoolWorker-2] Celery beat: txt2db[2020-12-20 10:23:08,157: INFO/MainProcess] Received task: papermerge.core.management.commands.worker.txt2db[b1aa02c5-8826-4ce2-9660-05cd2195494d][2020-12-20 10:23:08,200: INFO/ForkPoolWorker-2] Task papermerge.core.management.commands.worker.txt2db[0fe25b8d-161a-4a70-b1c1-e78a076e2ac1] succeeded in 0.04409075299918186s: None[2020-12-20 10:23:08,202: DEBUG/ForkPoolWorker-2] Celery beat: txt2db[2020-12-20 10:23:08,213: INFO/ForkPoolWorker-2] Task papermerge.core.management.commands.worker.txt2db[b1aa02c5-8826-4ce2-9660-05cd2195494d] succeeded in 0.01100099399627652s: NoneWhat happens
If I am trying to open the web-interface I get a
server not foundmessage and there are no indications in the logs, that the request got blocked. It seems like the request is not getting to the server at all.Info:
@jkuettner commented on GitHub (Dec 20, 2020):
I think this is because (probably by mistake) the docker image eugenci/papermerge:1.5.3 was overwritten with the one from eugenci/papermerge-worker:1.5.3.
The images have the same digest
@ciur commented on GitHub (Dec 20, 2020):
@jkuettner, @AlexKnowsIt, right, my mistake :(. Thanks for heads up!
I will fix the issue next week (as part of release 1.5.4).
@ciur commented on GitHub (Dec 23, 2020):
Release 1.5.4 is out.