Skip to content

Instantly share code, notes, and snippets.

View ndp's full-sized avatar

Andy Peterson ndp

View GitHub Profile
@gsong
gsong / docker-compose.yml
Last active September 30, 2021 14:17
Docker compose file to start PG and PGAdmin
version: "3.8"
services:
pg:
image: postgres:alpine
container_name: dev-postgres
hostname: pg
environment:
POSTGRES_USER: me
POSTGRES_PASSWORD: password