Initial commit

This commit is contained in:
Tomas Pizarro
2017-11-13 16:29:00 +00:00
commit f9cd46c375
22 changed files with 846 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/python:latest'
labels:
kompose.service.type: nodeport
ports:
- 8000:8000
volumes:
- .:/app