Skip to content

Instantly share code, notes, and snippets.

@ducan-ne
Created December 31, 2023 16:50
Show Gist options
  • Save ducan-ne/c691ba3a975f789cd25f65e6b4b014a7 to your computer and use it in GitHub Desktop.
Save ducan-ne/c691ba3a975f789cd25f65e6b4b014a7 to your computer and use it in GitHub Desktop.
sqld.yaml
version: "3.9"
services:
sqlite:
image: ghcr.io/libsql/sqld:latest
volumes:
- ./data:/var/lib/sqld
environment:
- SQLD_NODE=primary
ports:
- "6001:8080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment