Skip to content

Commit bd13be5

Browse files
committed
Add the stackfile
1 parent 371cd44 commit bd13be5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
product-service:
2+
image: 'jakewright/example-product-service:latest'
3+
restart: always
4+
website:
5+
image: 'jakewright/example-shop-website:latest'
6+
restart: always
7+
links:
8+
- product-service
9+
ports:
10+
- '80:80'

0 commit comments

Comments
 (0)