Jump to content

[SUPPORT] GRTGBLN - DOCKER TEMPLATES


Recommended Posts

On 1/16/2023 at 12:03 AM, grtgbln said:

Support thread for all my Docker Templates for CA.


I am the developer on some of these applications. Others, I simply provide the template of an existing Docker application.

Good day grtgbln. Would you be willing to create a template for :

https://github.com/karlomikus/bar-assistant

I Googled and found some instructions but could never get it working. It uses like 3 other dependencies and I can't understand it. 

Link to comment
7 minutes ago, NotHere said:

Good day grtgbln. Would you be willing to create a template for :

https://github.com/karlomikus/bar-assistant

I Googled and found some instructions but could never get it working. It uses like 3 other dependencies and I can't understand it. 

This is multiple dockers DB and code to run. not a simple make template and done...

? it has a compose file...
https://github.com/karlomikus/bar-assistant/blob/develop/docker-compose.yml

you would need to do things similar to the netprobe one:


Which means install the docker compose plugin, find a data spot Default appdata is fine "cd  /mnt/user/appdata". Then git clone download the repo... 
 

git clone https://github.com/karlomikus/bar-assistant.git


then cd into bar-assistant folder

go to docker tab and make a new stack. name it Bar Assistant. hit the advance and put in the folder path 

/mnt/user/appdata/bar-assistant

 

now you need to update teh docker compose file...
https://github.com/karlomikus/bar-assistant/blob/develop/docker-compose.yml

The only option I See here that may need changed is the master key:

 MEILI_MASTER_KEY=masterKeyThatIsReallyReallyLong4Real
https://www.meilisearch.com/docs/learn/security/basic_security

Setting a master key of at least 16 bytes is mandatory. If no master key is provided or if it is under 16 bytes, Meilisearch will suggest a secure autogenerated master key

Because of the web server to access:
webserver:
    image: nginx:alpine
    container_name: webserver
    restart: unless-stopped
    ports:
      - 8000:80
It appears that you will be going to port 8000 to access..
this should run in bridge mode meaing you go to http://%your_unraid_IP%:8000

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...