Skip to content

Powerful database framework that fits your needs - Easy installation with docker-compose

Notifications You must be signed in to change notification settings

limbas/limbas-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Limbarine LIMBAS Docker

Introduction

Limbas is a low-code database framework for creating database-driven business applications. As a graphical database front-end, it enables the efficient processing of data stocks and the flexible development of comfortable database applications with hardly any programming knowledge.

With the help of docker-compose, you have a ready-to-use version of Limbas within a few seconds.

Usage (docker-compose, including PostgreSQL)

> git clone https://github.com/limbas/limbas-docker.git
> cd limbas-docker
> docker-compose up

Limbas will be available for configuration at http://localhost:8000

Note: For live operation, it is recommended that a specific version number is added to the images instead of ‘latest’.

Fully installed Limbas:
It is possible to fully install Limbas via auto-installation.
For details see https://hub.docker.com/r/limbas/limbas

Usage (with your custom database)

> docker pull limbas/limbas
> docker run -p 8000:80 limbas/limbas

Connecting the Limbas container and your database container is up to you.

Limbas will be available for configuration at http://localhost:8000/install/

Build your own Limbas image

To create a customised Limbas image, please use the full source code.
There you will find the corresponding Docker files.

About

Powerful database framework that fits your needs - Easy installation with docker-compose

Resources

Stars

Watchers

Forks

Packages

No packages published