1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-04-07 14:37:43 +00:00
parent 36041bb3eb
commit 802c2736ff
3 changed files with 0 additions and 0 deletions

View File

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