Skip to content

Commit a66d90f

Browse files
committed
add deploy to tutum button
1 parent 05145ab commit a66d90f

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## quickstart-python
22

3+
[![Deploy to Tutum](https://s.tutum.co/deploy-to-tutum.png)](https://dashboard.tutum.co/stack/deploy/)
4+
35
A simple Python app (using Flask) which can easily be deployed to Tutum.
46

57
This application support the [Getting Started with Python](https://support.tutum.co/support/solutions/folders/5000171774) on Tutum article - check it out.

tutum.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
web:
2+
image: tutum/quickstart-python
3+
links:
4+
- "redis:redis"
5+
ports:
6+
- "5000:80"
7+
redis:
8+
image: tutum/redis
9+
environment:
10+
- REDIS_PASS=password

0 commit comments

Comments
 (0)