version: "3.7" networks: mother: external: true # ig games stack services: twentyfortyeight: image: registry.vnfco.ir/ig/game/2048: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: 50M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 6001:80 volumes: - "/etc/localtime:/etc/localtime:ro" - "/etc/timezone:/etc/timezone:ro" networks: - mother sudoku: image: registry.vnfco.ir/ig/game/sudoku: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: 50M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 6002:80 volumes: - "/etc/localtime:/etc/localtime:ro" - "/etc/timezone:/etc/timezone:ro" networks: - mother tetris: image: registry.vnfco.ir/ig/game/tetris:latest environment: - TZ=Asia/Tehran 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: - 6005:80 volumes: - "/etc/localtime:/etc/localtime:ro" - "/etc/timezone:/etc/timezone:ro" networks: - mother doz: image: registry.vnfco.ir/ig/game/doz:latest environment: - TZ=Asia/Tehran deploy: update_config: parallelism: 1 delay: 10s order: start-first restart_policy: condition: any delay: 5s window: 120s resources: limits: cpus: '0.5' memory: 20M replicas: 1 mode: replicated placement: constraints: - node.role == worker ports: - 6006:80 volumes: - "/etc/localtime:/etc/localtime:ro" - "/etc/timezone:/etc/timezone:ro" networks: - mother