version: "3.7" services: gates: container_name: "gates" hostname: "gates" build: context: ../gates dockerfile: dockerfile image: "gates" command: ["java","-jar","/app/gates/gates-0.0.1.jar"] ports: - 83:8383 restart: unless-stopped networks: - tech_network networks: tech_network: name: tech_network external: true driver: bridge