version: "3.7" networks: mother: external: true # ig clients stack services: menu: image: registry.vnfco.ir/ig/pwa:latest environment: - TZ=Asia/Tehran # - 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.3' memory: 50M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 8012:80 volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" networks: - mother capitan: image: registry.vnfco.ir/ig/garson:latest environment: - TZ=Asia/Tehran # - 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.3' memory: 50M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 8013:80 volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" networks: - mother website: image: registry.vnfco.ir/ig/website:latest environment: - TZ=Asia/Tehran # - 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: 300M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 8014:3000 volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" - "/volume/config/website/.env:/app/.env.production" networks: - mother healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:3000 || exit 1 interval: 60s retries: 5 start_period: 20s timeout: 10s admin: image: registry.vnfco.ir/ig/admin:latest environment: - TZ=Asia/Tehran # - 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.3' memory: 50M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 8015:80 volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" networks: - mother # shop: # image: registry.vnfco.ir/ig/shop:latest # # 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 # ports: # - 8014:80 # networks: # - mother