mirror of
https://github.com/bitnami/containers.git
synced 2026-02-15 09:27:22 +08:00
13 lines
250 B
YAML
13 lines
250 B
YAML
version: '2'
|
|
|
|
services:
|
|
python:
|
|
tty: true # Enables debugging capabilities when attached to this container.
|
|
image: 'bitnami/python:2'
|
|
labels:
|
|
kompose.service.type: nodeport
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- .:/app
|