Skip to content

Instantly share code, notes, and snippets.

@mbornoz
Created May 27, 2016 12:23
Show Gist options
  • Save mbornoz/d7ce8204f2ab149be61e4647222b901b to your computer and use it in GitHub Desktop.
Save mbornoz/d7ce8204f2ab149be61e4647222b901b to your computer and use it in GitHub Desktop.
version: '2'
services:
pga:
image: postgres
checka:
image: nginx
network_mode: "service:pga"
pgb:
image: postgres
checkb:
image: nginx
network_mode: "service:pgb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment