Created
July 7, 2017 14:14
-
-
Save rheinwein/3b2749a8437ff5be9b4448e476694d34 to your computer and use it in GitHub Desktop.
Sample codeship-services.yml file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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