Skip to content

Instantly share code, notes, and snippets.

@DouglasdeMoura
Last active December 8, 2022 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DouglasdeMoura/cd70a02d7e22fb88710c54d788774c78 to your computer and use it in GitHub Desktop.
Save DouglasdeMoura/cd70a02d7e22fb88710c54d788774c78 to your computer and use it in GitHub Desktop.
Baserow definition file for CapRover
captainVersion: 4
version: '3.3'
services:
$$cap_appname:
container_name: $$cap_appname
environment:
BASEROW_PUBLIC_URL: http://$$cap_appname.$$cap_root_domain
volumes:
- $$cap_appname-data:/baserow/data
restart: unless-stopped
image: baserow/baserow:$$cap_baserow_version
caproverOneClickApp:
variables:
- id: $$cap_baserow_version
label: Version
defaultValue: '1.13.1'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/baserow/baserow/tags
validRegex: "/.{1,}/"
instructions:
start: |-
Open source no-code database and Airtable alternative.
Create your own online database without technical experience.
Our user friendly no-code tool gives you the powers of a developer
without leaving your browser.
end: |-
$$cap_appname sucessfully deployed
displayName: Baserow
isOfficial: true ## Only if all images used here are official or from a trusted source.
description: Open source no-code database and Airtable alternative.
documentation: This docker-compose is taken from https://baserow.io/docs/installation/install-with-docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment