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: warpSQLPassYou can use GitHub Codespaces to develop this project in the cloud.
-
Click on the "Code" button.
-
Select "Open with Codespaces" from the dropdown menu.
-
Choose the appropriate Codespace configuration.
-
Wait for the environment to be provisioned.
-
Once the environment is ready, you can start working on the project.
-
Install the project dependencies by running the following command in the terminal:
pip install -r requirements.txt