Skip to content

Instantly share code, notes, and snippets.

View the-wendell's full-sized avatar

Scott Wendell Livingstone the-wendell

View GitHub Profile
@the-wendell
the-wendell / postgres_redis_docker
Created May 4, 2021 08:08
Docker Compose file for running Postregsql and Redis
version: '3'
services:
db:
image: postgres
ports:
- 5432:5432
volumes:
- data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: docker