Skip to content

Instantly share code, notes, and snippets.

@markphelps
Created September 17, 2019 14:28
Show Gist options
  • Save markphelps/3af2c85a1c597303376398f4479a5c00 to your computer and use it in GitHub Desktop.
Save markphelps/3af2c85a1c597303376398f4479a5c00 to your computer and use it in GitHub Desktop.
services:
postgres:
image: postgres:11
ports:
- 5432:5432
env:
POSTGRES_DB: flipt_test
POSTGRES_USER: postgres
POSTGRES_PASSWORD: ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment