Skip to content

Instantly share code, notes, and snippets.

@impactmass
Created September 29, 2021 15:24
Show Gist options
  • Save impactmass/92bc4ef4d0d585983b8071bd301c9bcf to your computer and use it in GitHub Desktop.
Save impactmass/92bc4ef4d0d585983b8071bd301c9bcf to your computer and use it in GitHub Desktop.
Quick run postgresql
version: "3"
services:
postgresql:
image: postgres
container_name: container_name
ports:
- "5432:5432"
environment:
- POSTGRES_USER=postgres_user
- POSTGRES_PASSWORD=password
restart: always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment