# yaml-language-server: $schema=https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json name: code_2pc_nexus-kasm-chrome-project-v1 services: chrome: image: kasmweb/chrome:1.18.0-rolling-daily container_name: kasm-chrome ports: - "127.0.0.1:6901:6901" environment: - VNC_PW=password - LAUNCH_URL=https://time-ua.2pc.nexus/ - KASM_PORT=6901 - KASM_NO_GPU=1 - DISABLE_PCSCD=1 - DISABLE_GAMEPAD_SERVICE=1 - DISABLE_PRINTER_SERVICE=1 - DISABLE_AUDIO=0 - APP_EXTRA_ARGS=--no-sandbox --disable-gpu --disable-dev-shm-usage --disable-sync --disable-plugins --disable-extensions shm_size: 1g ulimits: memlock: -1 nofile: soft: 65536 hard: 65536 restart: unless-stopped volumes: - kasm_data:/opt - /tmp/.X11-unix:/tmp/.X11-unix:rw stdin_open: true tty: true networks: - kasm-net volumes: kasm_data: networks: kasm-net: driver: bridge