mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-03 20:59:41 +08:00
16 lines
231 B
YAML
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
|
|
|