Created
December 12, 2019 19:39
-
-
Save x-ji/fe6730c914511e33ba2e601b723cf9a3 to your computer and use it in GitHub Desktop.
Revisions
-
x-ji created this gist
Dec 12, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ services: your_app: &app build: context: ./app ports: - 4000:4000 # ... your_app_2: <<: *app ports: - 4001:4000