version: '3.8' services: vendaweb-api: image: http://10.1.1.124:8082/library/vendaweb-api:latest ports: - "8065:8065" networks: - juru-network deploy: replicas: 4 update_config: order: start-first parallelism: 1 networks: juru-network: external: true