Skip to content

Instantly share code, notes, and snippets.

@TanX-009
TanX-009 / fix.md
Created August 21, 2026 13:23
Redeploy Dokploy to fix stale data, deployments
  1. Remove all services
docker service rm dokploy dokploy-postgres dokploy-redis
  1. Stop and remove Trakfik container
docker stop dokploy-traefik
docker rm dokploy-traefik
  1. Dokploy reinstall
@TanX-009
TanX-009 / Dockerfile
Created June 8, 2026 06:33
Dockerfile for production deployment of a turborepo based svelte app (works on dokploy)
FROM oven/bun:latest AS base
WORKDIR /app
# Turbo prune stage for isolated deployment
FROM base AS prepare
RUN bun install -g turbo
COPY . .
ARG APP_NAME
RUN turbo prune $APP_NAME --docker
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Tanmay Muley",
"label": "Quick learner.",
"image": "",
"email": "tanmaymuley009@gmail.com",
"phone": "9145486916",
"url": "https://tanx-009.gitlab.io/portfolio",
"summary": "A quick learner with a hunger for new challenges and a knack for adapting swiftly.",