Skip to content

Instantly share code, notes, and snippets.

@TaylorJadin
Created July 26, 2022 14:01
Show Gist options
  • Save TaylorJadin/4cf1746cad2116e2eb8ee73338d38710 to your computer and use it in GitHub Desktop.
Save TaylorJadin/4cf1746cad2116e2eb8ee73338d38710 to your computer and use it in GitHub Desktop.
taylor's baserow docker-compose file
version: "3.4"
services:
baserow:
container_name: baserow
image: baserow/baserow:1.10.2
environment:
BASEROW_PUBLIC_URL: 'http://baserow-taylor.ca.reclaim.cloud'
ports:
- "80:80"
- "443:443"
volumes:
- ./baserow_data:/baserow/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment