Created
February 1, 2020 11:38
-
-
Save yutakahashi114/400abec1fdfec4ae0a0c7e14c9d85989 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: '3.7' | |
services: | |
app_b: | |
image: golang:latest | |
tty: true | |
db_b: | |
image: postgres:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment