🎉
Introducing Dockup beta

Dockup

Your development environment

Dockup is a CLI tool for creating and managing development environment. Redis, Postgresql, RabbitMQ, MySQL, MariaDB, run any services locally.

npx dockup
dockup.config.ts
import { defineConfig } from 'dockup/config';
import { rabbitmq, redis, postgresql } from 'dockup/services';

export default defineConfig({
  services: [
    rabbitmq({ management: true }),
    postgresql(),
    redis(),
  ],
});

Cross-platform

Run anywhere

Your development environment can run anywhere Docker can run. Making Dockerup the perfect choice for any team

Terminal UI

Stupidly easy

Focused on developer experience, manage your running services with a beautifully crafted Terminal UI.

Registry

Plug'n play

Use one of the many services already available to get started in seconds.

Config

Fully customizable

Extend your local environment by creating your own custom services without DevOps knowledge.