Skip to content

Instantly share code, notes, and snippets.

@batmany13
Last active August 23, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save batmany13/8b41c1ca64efd6dc45a5452e7b674b53 to your computer and use it in GitHub Desktop.
Save batmany13/8b41c1ca64efd6dc45a5452e7b674b53 to your computer and use it in GitHub Desktop.
circleci sample
docker:
- image: synqfm/circleci:0.1.5
- image: library/postgres:9.6.3
environment:
POSTGRES_DB: gosample_test
POSTGRES_USER: circleci
POSTGRES_PASSWORD: circleci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment