Skip to content

How to setup docker via NAS container station gui #1088

Answered by mike12345567
I-Connect asked this question in Help
Discussion options

You must be logged in to vote

Hi @I-Connect running the containers individually will likely not be a simple process, our documentation for getting Budibase up and running can be found here. If you follow these through to the hosting methods you'll find that we make use of docker compose to run our system, there are a few key containers that make it function correctly:

  1. The Budibase apps docker image
  2. The Budibase worker, this is required for background processes
  3. A CouchDB image
  4. An Envoy image (a reverse proxy engine)
  5. A Minio image - used for object storage

All of these images need to be networked together correctly, and we use docker compose to manage when these services start and how they are networked. Running the i…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by shogunpurple
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1064 on February 04, 2021 13:58.