dgiot/.ci/docker-compose-file/docker-compose-python.yaml
2021-05-18 14:54:48 +08:00

16 lines
231 B
YAML

version: '3.9'
services:
python:
container_name: python
image: python:3.7.2-alpine3.9
depends_on:
- emqx1
- emqx2
tty: true
networks:
emqx_bridge:
volumes:
- ./python:/scripts