Skip to content

Instantly share code, notes, and snippets.

@zachpendleton
Created June 25, 2021 06:41
Show Gist options
  • Save zachpendleton/92f2d48ad450ae6e5172e4e35ae8554f to your computer and use it in GitHub Desktop.
Save zachpendleton/92f2d48ad450ae6e5172e4e35ae8554f to your computer and use it in GitHub Desktop.
---
version: "3.8"
services:
postgres:
image: postgres:alpine
environment:
POSTGRES_PASSWORD: password
POSTGRES_USER: course_catalog
POSTGRES_DB: course_catalog_development
ports:
- 5432:5432
redis:
image: redis:alpine
ports:
- 6379:6379
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment