We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7bfe6 commit f668f22Copy full SHA for f668f22
prod.yml
@@ -0,0 +1,9 @@
1
+version: '2'
2
+services:
3
+ dockerapp:
4
+ image: jleetutorial/dockerapp
5
+ ports:
6
+ - "5000:5000"
7
+
8
+ redis:
9
+ image: redis:3.2.0
0 commit comments