docker-compose-txprod.yaml 455 B

12345678910111213141516171819
  1. version: '2'
  2. services:
  3. livy:
  4. hostname: livy
  5. container_name: livy
  6. restart: always
  7. image: registry.cn-hangzhou.aliyuncs.com/sxtest/livy-0.8:txprod0
  8. privileged: true
  9. ipc: host
  10. tty: true
  11. ports:
  12. - '31100-31110:31100-31110'
  13. - '8998:8998'
  14. extra_hosts:
  15. - 'YILIGKS01:10.150.4.25'
  16. environment:
  17. LIVY_SERVER_JAVA_OPTS: '-Dlivy.rsc.launcher.address=172.23.21.89'
  18. # volumes:
  19. # - ./:/workspace