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!!!
Bootstrapped from TimescaleDB
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