Skip to content

Commit

Permalink
Create prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jleetutorial authored Sep 26, 2017
1 parent a6b7193 commit 4d9fc83
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: "3.0"
services:
dockerapp:
image: jleetutorial/dockerapp
ports:
- "5000:5000"
depends_on:
- redis
redis:
image: redis:3.2.0

0 comments on commit 4d9fc83

Please sign in to comment.