Files
containers/bitnami/python/3/docker-compose.yml
Tomas Pizarro f9cd46c375 Initial commit
2017-11-13 16:29:00 +00:00

13 lines
250 B
YAML

version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/python:3'
labels:
kompose.service.type: nodeport
ports:
- 8000:8000
volumes:
- .:/app