Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
/ docker-baqend-ce Public archive

Docker Compose file for the Baqend Community Edition

Notifications You must be signed in to change notification settings

Baqend/docker-baqend-ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Baqend Community Edition

Run the Baqend Community Edition and start developing awesome applications in minutes using Docker with Docker Compose. It's free for personal and commercial projects. If you do not want to host and install anything, try the free Baqend cloud service.

Quickstart

$ docker-compose up -d

What is Docker Compose ?

Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you can define a multi-container application in a single file, which spins up your application in a single command that does everything that needs to be done to get it running.

For more information visit the official Docker documentation : https://docs.docker.com/compose/

Usage

  1. Make sure you have Docker and Docker-Compose installed and running on your machine.
  2. Copy or checkout the docker-compose.yml from this repository to the directory from which you want to spin up your Baqend server.
  3. Run docker-compose up -d to spin up your Baqend Server
  4. Open http://localhost:8080/dashboard in your browser
  5. Login with username root and password root (You can change the password in the upper right corner under Account)
  6. Start developing awesome applications

The docker-compose.yml will spin up 3 different containers, that are needed to run your server.

  1. mongo as a database for persisting your data
  2. orestes runs the baqend server including the dashboard
  3. node which runs your custom backend code in addition to orestes

About

Docker Compose file for the Baqend Community Edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published