mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #150] Q: Example docker-compose.yml? #148
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#148
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 @noviceiii on GitHub (Apr 23, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/150
Dear all
Can you give me a hand with the docker-compose.yml?
Sorry for that probably basic question but i struggle a bit to get docker/ ambar running again.
[1]: What other options do exist for condition?
[2]: What other parameters are allowed for restart?
[3]: What else can be given here?
[4]: Is the crawl path the path to the local storage folder where files are located?
[5]: What is the syntax to use with spaces? Double quotes like "my folder"?
[6]: What is the meaning of volumes: source or destination folders?
(I have no need to move the source files as it is all on one single machine, and I'd keep the original files)
Kind regards
n3
@sochix commented on GitHub (Apr 23, 2018):
Hi @noviceiii
Btw, you need to setup only params that described in Installation.md
Hope it helps!
@noviceiii commented on GitHub (Apr 23, 2018):
Hi @sochix
Thank you for the clear answer. It did help me to determine the error: it wasn't the config. (And sometimes it is good to know, what isn't the problem).
I didn't remove the previous installation. This obviously caused issues with the indexer. However, I have deleted all previous ambar working directories and files (es, db, rabbit, ..) and re-installed it.
All fine.
Thank you!
n3