Simple Cloud Functions for Deno
- This project is not ready for use.
Docker CLI - installation
Docker Compose - installation
Supabase Project - homepage - I'm not sure how to share my supabase project configuration as of now, so you'll probably be unable to get a working version. Feel free to contact me for the database configs or reply to issue #1 if you know a way to share the config/database tables, etc.
.env Setup - You can either use the dotenv file or preferably use a secret manager such as Doppler. Doppler start & stop scripts are provided in the repository, rename them without .example
, enter your service tokens and remember to use chmod +x start.sh
and chmod +x stop.sh
to make them executable.
Clone the repository to your machine:
git pull https://github.com/6ixfalls/denocloud.git
Pull the docker image from Docker Hub:
docker pull sixfalls/deno:latest
(Or alternatively, create the image yourself)
Run the container:
./start.sh
and ./stop.sh
if using Doppler, and docker compose up -d
and docker compose down
if not.