Skip to content

Commit 01a4825

Browse files
authored
Merge pull request #3 from jakewright/docker-deployment-stackfile
Add the stackfile
2 parents 371cd44 + bd13be5 commit 01a4825

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)