Build
TIP
For the environment variables see Environment Variables.
Development
bash
cp .env.dev.example .env.devSet the environment variables in the .env.dev file.
bash
docker compose -f compose.yml up -dbash
deno -A --env-file=.env.dev npm:drizzle-kit pushbash
deno task devProduction
bash
cp .env.prod.example .env.prodSet the environment variables in the .env.prod file.
bash
docker compose -f compose.prod.yml up -d