Created
December 31, 2023 16:50
-
-
Save ducan-ne/c691ba3a975f789cd25f65e6b4b014a7 to your computer and use it in GitHub Desktop.
sqld.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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