docker-compose-python.yaml 261 B

1234567891011121314
  1. version: '3.9'
  2. services:
  3. python:
  4. container_name: python
  5. image: public.ecr.aws/docker/library/python:3.9.16-alpine3.18
  6. depends_on:
  7. - emqx1
  8. - emqx2
  9. tty: true
  10. networks:
  11. emqx_bridge:
  12. volumes:
  13. - ./python:/scripts