Skip to content

Instantly share code, notes, and snippets.

@mbornoz
Created May 27, 2016 12:25
Show Gist options
  • Save mbornoz/a98e413cb415537fd70d27a019742c52 to your computer and use it in GitHub Desktop.
Save mbornoz/a98e413cb415537fd70d27a019742c52 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