Skip to content

Instantly share code, notes, and snippets.

@rheinwein
Created July 7, 2017 14:14
Show Gist options
  • Save rheinwein/3b2749a8437ff5be9b4448e476694d34 to your computer and use it in GitHub Desktop.
Save rheinwein/3b2749a8437ff5be9b4448e476694d34 to your computer and use it in GitHub Desktop.
Sample codeship-services.yml file
web:
build:
image: username/my-app
dockerfile: Dockerfile
links:
- redis
- postgres
redis:
image: redis:3.2
postgres:
image: postgres:9.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment