mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 05:40:09 +00:00
37 lines
1.7 KiB
Markdown
37 lines
1.7 KiB
Markdown
# Baserow's Standalone Backend Image
|
|
|
|
This image runs only the Baserow Backend service and is intended for use by advanced
|
|
users. Please instead use the `baserow/baserow` image if you want a simpler setup.
|
|
|
|
Please see our [Install using Standalone Images](https://baserow.io/docs/installation/install-using-standalone-images)
|
|
guide for more details.
|
|
|
|
## About Baserow
|
|
|
|
* A spreadsheet database hybrid combining ease of use and powerful data organization.
|
|
* Easily self-hosted with no storage restrictions or sign-up on https://baserow.io to
|
|
get started immediately.
|
|
* Alternative to Airtable.
|
|
* Open-core with all non-premium and non-enterprise features under
|
|
the [MIT License](https://choosealicense.com/licenses/mit/) allowing commercial and
|
|
private use.
|
|
* Headless and API first.
|
|
* Uses popular frameworks and tools like [Django](https://www.djangoproject.com/),
|
|
[Vue.js](https://vuejs.org/) and [PostgreSQL](https://www.postgresql.org/).
|
|
|
|
## Quick Reference
|
|
|
|
* **Maintained By**: [baserow.io](https://baserow.io/contact)
|
|
* **Get Support At**: [The Baserow Community Forums](https://community.baserow.io)
|
|
* **Source Code Available At**: [gitlab.com/baserow/baserow](https://gitlab.com/baserow/baserow)
|
|
* **Docs At**: [baserow.io/docs](https://baserow.io/docs)
|
|
* **License**: Open-Core with all non-premium and non-enterprise code under the MIT
|
|
license.
|
|
|
|
## Supported tags and Dockerfile Links
|
|
|
|
* [`X.Y.Z`](https://gitlab.com/baserow/baserow/-/blob/master/deploy/web-frontend/Dockerfile)
|
|
Tagged by Baserow version.
|
|
* [`latest`](https://gitlab.com/baserow/baserow/-/blob/master/backend/Dockerfile)
|
|
* [`develop-latest`](https://gitlab.com/baserow/baserow/-/blob/develop/backend/Dockerfile)
|
|
This is a bleeding edge image from our development branch, use at your own risk.
|