We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371cd44 commit bd13be5Copy full SHA for bd13be5
1 file changed
docker/03-deployment/stackfile.example.yaml
@@ -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
7
+ links:
8
+ - product-service
9
+ ports:
10
+ - '80:80'
0 commit comments