Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 14, 2020 21:58
Show Gist options
  • Save collinprather/af1648d91ccf3815ad62997bd3487e7b to your computer and use it in GitHub Desktop.
Save collinprather/af1648d91ccf3815ad62997bd3487e7b 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