mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
Initial commit
This commit is contained in:
12
bitnami/python/docker-compose.yml
Normal file
12
bitnami/python/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user