mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
2c3edb514614c51c645bf4ff67f6a48d37ad664f
databases
Custom database Docker images for local development and self-hosted deployments.
Postgres 18
Based on postgres:18.3-alpine.
Configuration
cp .env.example .env
| Variable | Default | Description |
|---|---|---|
POSTGRES_USER |
postgres |
Postgres superuser name |
POSTGRES_PASSWORD |
postgres |
Postgres superuser password |
POSTGRES_DB |
postgres |
Default database name |
POSTGRES_PORT |
5432 |
Host port mapped to Postgres |
Usage
docker pull git.fastwaydata.com/esauflores/database-postgres:latest
services:
postgres:
image: git.fastwaydata.com/esauflores/database-postgres:latest
env_file: .env
ports:
- "${POSTGRES_PORT:-5432}:5432"
Description
Languages
Just
93.5%
Dockerfile
6.5%