Skip to content

Instantly share code, notes, and snippets.

@yutakahashi114
Created February 1, 2020 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutakahashi114/bda43eeb394d3e889d0603c5bb837048 to your computer and use it in GitHub Desktop.
Save yutakahashi114/bda43eeb394d3e889d0603c5bb837048 to your computer and use it in GitHub Desktop.
version: '3.7'
services:
app_b:
image: golang:latest
tty: true
networks:
- default
- shared-network
db_b:
image: postgres:latest
networks:
shared-network:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment