1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-07 14:37:33 +00:00
parent 9943b8bfbd
commit 3ae2445f6c
4 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
services:
chrome:
image: "kasmweb/chrome:1.17.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