1
0

chore(deps): update kasm workspaces to v1.18.0 (#1861)

This commit is contained in:
renovate[bot]
2025-10-01 17:12:02 +08:00
committed by GitHub
parent 7a075f3f33
commit db75508c10
18 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
services:
chrome:
image: "kasmweb/chrome:1.18.0"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTPS}:6901"
volumes:
- "chrome_data:/home/kasm-user"
environment:
- VNC_PW=${HTTP_PWD}
shm_size: ${MEM_USE}
labels:
createdBy: "Apps"
volumes:
chrome_data:
name: chrome_data
networks:
1panel-network:
external: true