Skip to content

Instantly share code, notes, and snippets.

@pawndev
Created March 5, 2019 10:48
Show Gist options
  • Save pawndev/4bc04d9a140f613978d2b5eed3f82809 to your computer and use it in GitHub Desktop.
Save pawndev/4bc04d9a140f613978d2b5eed3f82809 to your computer and use it in GitHub Desktop.
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