Skip to content

Instantly share code, notes, and snippets.

@jinnabaalu
Created February 24, 2019 19:34
Show Gist options
  • Save jinnabaalu/2bf0fc5e0bedab44591bdfb5069f064a to your computer and use it in GitHub Desktop.
Save jinnabaalu/2bf0fc5e0bedab44591bdfb5069f064a to your computer and use it in GitHub Desktop.
version: '3.3'
services:
postgresql:
image: postgres:10.4
container_name: postgress-service
volumes:
- /var/db/data/postgresql:/var/lib/postgresql
environment:
- POSTGRES_USER=test
- POSTGRES_PASSWORD=test
ports:
- 5432:5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment