Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 15, 2020 17:29
Show Gist options
  • Save collinprather/d6cf80eb20684435fa64201f31be952e to your computer and use it in GitHub Desktop.
Save collinprather/d6cf80eb20684435fa64201f31be952e to your computer and use it in GitHub Desktop.
db:
image: "postgres:12"
container_name: "postgres"
ports:
- "5432:5432"
volumes:
- db_data:/var/lib/postgresql/data
env_file:
- .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment