Skip to content

Commit 4d9fc83

Browse files
authored
Create prod.yml
1 parent a6b7193 commit 4d9fc83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

prod.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)