docker-compose.yaml 234 B

1234567891011121314
  1. version: '3'
  2. services:
  3. flask:
  4. build: ./live
  5. image: mobi_live
  6. container_name: mobi_live
  7. ports:
  8. - 5000:5000
  9. web:
  10. build: ./web
  11. image: mobi_proxy
  12. container_name: mobi_proxy
  13. ports:
  14. - 8000:80