/WarpSQL

WarpSQL

Primary LanguageDockerfileApache License 2.0Apache-2.0

WarpSQL


Opinionated extensions to Postgres packaged as a single docker deployment. Why install 10 DBs when you can can have everthing at once (maybe not everything).

Certified as Indie Hacker's best friend!!!

Test on GitPod

Open in Gitpod

Current and future supported extensions

Bootstrapped from TimescaleDB

Usage with Compose

version: '3.6'
services:
  warpsql:
    container_name: warpsql
    image: samagragovernance/postgres:latest-pg15
    restart: always
    ports:
      - "5432:5432"
    volumes:
      - ./pgdata:/var/lib/postgresql/data
    environment:
      POSTGRES_USER: warpSQLUser
      POSTGRES_PASSWORD: warpSQLPass