services: tomcat: build: ./ restart: unless-stopped ports: - "8080:8080" - "5005:5005" volumes: - ./docker/tomcat/conf/integry:/usr/local/tomcat/conf/integry extra_hosts: - host.docker.internal:host-gateway