Sami Basra
Sami Basra
DDeno
Created by Sami Basra on 6/1/2024 in #help
denokv self host
hey guys i am try to host denokv. i have deployed a docker using image ghcr.io/denoland/denokv with following env variables. AWS_ACCESS_KEY_ID=AKIAW.... AWS_SECRET_ACCESS_KEY=uid6Xj6.... AWS_REGION=ap-southeast-1 DENO_KV_ACCESS_TOKEN=PyS3MY.... DENO_KV_SQLITE_PATH=/data/denokv.sqlite DENO_KV_S3_BUCKET=db-testnet DENO_KV_S3_PREFIX=db/ I have tested db with my app it works fine. this is the log of container. [2024-06-01T19:14:14Z INFO denokv] Opened database at /data/denokv.sqlite. Batch timeout: None [2024-06-01T19:14:14Z INFO denokv] Listening on http://0.0.0.0:4512 but i don’t see any thing in S3 Bucket. i don’t know what i am missing.
4 replies