You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 line
212 B

  1. version: "3.7"
  2. services:
  3. dispatcher:
  4. build:
  5. context: .
  6. volumes:
  7. - './config.py:/dispatcher/config.py:ro'
  8. ports:
  9. - '127.0.0.1:8000:8000'
  10. command:
  11. - '-b'
  12. - '0.0.0.0'