docker-compose.yaml 350 B

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