mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #47] db communication failed #37
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#37
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 @Ylawy on GitHub (Jul 23, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/47
Hi,
I'm a long time Teedy user but wanted to give papermerge a try since the youtube clips look amazing.
However, I'm having trouble setting it up via docker compose.
This is my compose file:
worker and db container start just fine and nothing indicates that there is a problem. But the main app gives me the following error:
All containers run on bridge network.
Here is the full log file of the app container:
https://pastebin.com/BF5P3JaR
What am I missing here?
Thanks for your help
@ciur commented on GitHub (Jul 23, 2020):
This error:
Basically says that main application was unable to resolve host name - named 'db'. Inside docker image, papermerge application connects to a database located on host named 'db'. It is definitely docker yml file/docker-compose version issue.
Just to be on the safe side: can you please change version of yml file from 2.0 to 3.7?
After you change yml file version, add this at the bottom of the file:
above volumes key is placed on same level as 'services' and 'version' keys:
Also, can you please double check if you use latest docker + docker-compose versions?
Here is what I have on my computer:
@Ylawy commented on GitHub (Jul 23, 2020):
Thanks for your quick reply.
It must have been the version as portainer doesn't support version >2. I got it running now using docker compose outside of Portainer.