version: '3.8' name: y9demo-tomcat services: y9demo-tomcat: image: svn.youshengyun.com:9923/y9demo-tomcat-jib:1.0-20240802-082514 restart: always extra_hosts: - "host.docker.internal:host-gateway" networks: - y9-share-net ports: - "9080:8080" networks: y9-share-net: external: true