version: "3.7" networks: mother: external: true services: ls: image: registry.vnfco.ir/ig/ls:test # environment: # - NODE_ENV=production # - REACT_APP_SIGNAL_URL=https://ls.igarson.app # - REACT_APP_PATH_URL=/api/v1 # - REACT_APP_STORAGE_URL=https://storage.igarson.app # - REACT_APP_SIGNAL_URL_PATH=/restauranthub # - REACT_APP_LOG_LENGTH=20 # - REACT_APP_SOCKET_SECRET=GodProtectedKeyTools # - REACT_APP_SECRET_KEY_GAME=6JCvBmi1ADry5Qk0bLaV+5klnAqYaVtjn+HSHG4N4pOAEl480saobylNWcudDxhvgw6q0yzVmbYH+lQIS3RmEHLXRHYAHxsdXl5MBuqU/p1oCC3SWmYke1SWHkoTUOm1f8SBZ1HucOxBHv7psqFUu5lG38P/EPiozv6/0qDU+vVFFp6v9ZTigBihLll0mU6qR14krot8+y9tOnrLDkHxw3wLvWsB4wgd9+RAY97Gzzs7ix3nAXthsT+jPWdyuENiKSuKEyHKbDqciJRBGqktgYU9XkYIfZzEm4cxhscT9jqNsUg2ml+uJdDQOps2mL5LgNetWWmcP43xPIkxAwu5oK873GV3uZOdQqYE2CBYT66+/+Yp5xzoL4+qZUUiDEpfWKm+clRlAm1Keiur deploy: update_config: parallelism: 1 delay: 10s order: start-first restart_policy: condition: any delay: 5s window: 120s resources: limits: cpus: '1' memory: 1Gi replicas: 1 mode: replicated # placement: # constraints: # - node.labels.overload == 1 volumes: - type: bind source: /volume/ig/ls/wwwroot target: /publish/wwwroot ports: - 8010:8010 networks: - mother core: image: registry.vnfco.ir/ig/api:test # environment: # - NODE_ENV=production # - REACT_APP_SIGNAL_URL=https://ls.igarson.app # - REACT_APP_PATH_URL=/api/v1 # - REACT_APP_STORAGE_URL=https://storage.igarson.app # - REACT_APP_SIGNAL_URL_PATH=/restauranthub # - REACT_APP_LOG_LENGTH=20 # - REACT_APP_SOCKET_SECRET=GodProtectedKeyTools # - REACT_APP_SECRET_KEY_GAME=6JCvBmi1ADry5Qk0bLaV+5klnAqYaVtjn+HSHG4N4pOAEl480saobylNWcudDxhvgw6q0yzVmbYH+lQIS3RmEHLXRHYAHxsdXl5MBuqU/p1oCC3SWmYke1SWHkoTUOm1f8SBZ1HucOxBHv7psqFUu5lG38P/EPiozv6/0qDU+vVFFp6v9ZTigBihLll0mU6qR14krot8+y9tOnrLDkHxw3wLvWsB4wgd9+RAY97Gzzs7ix3nAXthsT+jPWdyuENiKSuKEyHKbDqciJRBGqktgYU9XkYIfZzEm4cxhscT9jqNsUg2ml+uJdDQOps2mL5LgNetWWmcP43xPIkxAwu5oK873GV3uZOdQqYE2CBYT66+/+Yp5xzoL4+qZUUiDEpfWKm+clRlAm1Keiur deploy: update_config: parallelism: 1 delay: 10s order: start-first restart_policy: condition: any delay: 5s window: 120s resources: limits: cpus: '1' memory: 1Gi replicas: 1 mode: replicated # placement: # constraints: # - node.labels.overload == 1 volumes: - type: bind source: /volume/ig/api/storage target: /target/storage ports: - 8011:8011 networks: - mother sms: image: registry.vnfco.ir/ig/sms:test # environment: # - NODE_ENV=production # - REACT_APP_SIGNAL_URL=https://ls.igarson.app # - REACT_APP_PATH_URL=/api/v1 # - REACT_APP_STORAGE_URL=https://storage.igarson.app # - REACT_APP_SIGNAL_URL_PATH=/restauranthub # - REACT_APP_LOG_LENGTH=20 # - REACT_APP_SOCKET_SECRET=GodProtectedKeyTools # - REACT_APP_SECRET_KEY_GAME=6JCvBmi1ADry5Qk0bLaV+5klnAqYaVtjn+HSHG4N4pOAEl480saobylNWcudDxhvgw6q0yzVmbYH+lQIS3RmEHLXRHYAHxsdXl5MBuqU/p1oCC3SWmYke1SWHkoTUOm1f8SBZ1HucOxBHv7psqFUu5lG38P/EPiozv6/0qDU+vVFFp6v9ZTigBihLll0mU6qR14krot8+y9tOnrLDkHxw3wLvWsB4wgd9+RAY97Gzzs7ix3nAXthsT+jPWdyuENiKSuKEyHKbDqciJRBGqktgYU9XkYIfZzEm4cxhscT9jqNsUg2ml+uJdDQOps2mL5LgNetWWmcP43xPIkxAwu5oK873GV3uZOdQqYE2CBYT66+/+Yp5xzoL4+qZUUiDEpfWKm+clRlAm1Keiur deploy: update_config: parallelism: 1 delay: 10s order: start-first restart_policy: condition: any delay: 5s window: 120s resources: limits: cpus: '0.5' memory: 50M replicas: 1 mode: replicated placement: constraints: - node.role == worker networks: - mother