Created
March 5, 2019 10:48
-
-
Save pawndev/4bc04d9a140f613978d2b5eed3f82809 to your computer and use it in GitHub Desktop.
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
version: '2' | |
services: | |
nginx: | |
extends: | |
file: docker-compose.common.yml | |
service: nginx | |
links: | |
- node | |
node: | |
extends: | |
file: docker-compose.common.yml | |
service: node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment