mirror of
				https://github.com/tborychowski/self-hosted-cookbook.git
				synced 2025-11-03 23:37:32 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			447 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			447 B
		
	
	
	
	
	
	
	
Baserow
- Open source no-code database and Airtable alternative.
 
docker-compose.yml
---
services:
  baserow:
    image: baserow/baserow:latest
    container_name: baserow
    restart: unless-stopped
    environment:
      - TZ=Europe/Dublin
      - BASEROW_PUBLIC_URL=http://192.168.1.10:3123
    ports:
      - "3123:80"
    volumes:
      - ./data:/baserow/data