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