docker-compose.yaml 364 B

12345678910111213141516171819
  1. version: '3'
  2. networks:
  3. default:
  4. external:
  5. name: wuye
  6. services:
  7. wuye-grid-gateway:
  8. restart: always
  9. build:
  10. context: .
  11. dockerfile: ./Dockerfile
  12. ports:
  13. - 9081:9081
  14. - 9981:9981
  15. volumes:
  16. - /etc/hosts:/etc/hosts
  17. hostname: wuye-grid-gateway
  18. container_name: wuye-grid-gateway
  19. image: wuye-grid-gateway