We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b7193 commit 4d9fc83Copy full SHA for 4d9fc83
prod.yml
@@ -0,0 +1,10 @@
1
+version: "3.0"
2
+services:
3
+ dockerapp:
4
+ image: jleetutorial/dockerapp
5
+ ports:
6
+ - "5000:5000"
7
+ depends_on:
8
+ - redis
9
+ redis:
10
+ image: redis:3.2.0
0 commit comments