version: '3.8' services: vendaweb-api: image: 10.1.1.124:8082/library/vendaweb-api:latest command: npm run start:prod ports: - "8066:8066" networks: - juru-network deploy: replicas: 1 update_config: order: start-first parallelism: 1 networks: juru-network: external: true