8000 GitHub - aevo98765/bee-stack: Run the entire bee application stack using docker-compose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Run the entire bee application stack using docker-compose

License

Notifications You must be signed in to change notification settings

aevo98765/bee-stack

 
 

Repository files navigation

Bee stack

This repository will help you run the entire bee application stack locally through docker compose. This includes the following bee components along with the supporting infrastructure:

architecture

Pre-requisities 🔧

Docker or similar container engine including docker compose (Rancher desktop or Podman)

⚠️ Warning: A rootless machine is not supported (e.g. if you use podman, set your VM to rootful)

Usage 🏃‍♀️

  1. Clone this repository
git clone https://github.com/i-am-bee/bee-stack.git
cd bee-stack
  1. Configure environment and fill required variables
cp example.env .env
vim .env # fill in your API key
  1. Up! (this might take a while the first time you run it)
docker compose --profile all up -d

Once started you can find use the following URLs:

You can use any typical compose commands to inspect the state of the services:

docker compose ps
docker compose logs bee-api

Stopping services:

# Stop all
docker compose --profile all down

# Stop all and remove data
docker compose --profile all down --volumes

Advanced 👷

If you are a developer on bee-api or bee-ui and want to run only the supporting infrastructure, use the profile infra, e.g.:

docker compose --profile infra up -d

Contributing

This is an open-source project and we ❤️ contributions.

If you'd like to contribute to Bee, please take a look at our contribution guidelines.

About

Run the entire bee application stack using docker-compose

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0