Skip to content

Instantly share code, notes, and snippets.

@rayyildiz
Created December 17, 2021 10:26
Show Gist options
  • Save rayyildiz/cc76e29c5a907501feda55d7511c3c2b to your computer and use it in GitHub Desktop.
Save rayyildiz/cc76e29c5a907501feda55d7511c3c2b to your computer and use it in GitHub Desktop.
Postgres
version: "3"
services:
postgresql:
image: postgres:12
container_name: hctools_pdb
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: "123456"
POSTGRES_USER: "postgres"
POSTGRES_DB: "postgres"
volumes:
- hcdata_data:/var/lib/postgresql/data
volumes:
hcdata_data: { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment