mirror of
https://github.com/veops/oneterm.git
synced 2026-09-03 07:25:15 +08:00
chore: release v25.6.1
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
services:
|
||||
oneterm-api:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/oneterm-api:v25.5.1-fix2
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/oneterm-api:v25.6.1
|
||||
container_name: oneterm-api
|
||||
environment:
|
||||
ONETERM_RDP_DRIVE_PATH: /rdp
|
||||
volumes:
|
||||
- ./volume/replay:/replay
|
||||
- ./volume/rdp:/rdp
|
||||
- ./config.yaml:/oneterm/config.yaml
|
||||
depends_on:
|
||||
oneterm-guacd:
|
||||
@@ -34,6 +37,7 @@ services:
|
||||
restart: always
|
||||
volumes:
|
||||
- ./volume/replay:/replay
|
||||
- ./volume/rdp:/rdp
|
||||
healthcheck:
|
||||
test: ["CMD", "nc", "-z", "localhost", "4822"]
|
||||
interval: 10s
|
||||
@@ -91,7 +95,7 @@ services:
|
||||
- redis
|
||||
|
||||
oneterm-ui:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/oneterm-ui:v25.5.1
|
||||
image: registry.cn-hangzhou.aliyuncs.com/veops/oneterm-ui:v25.6.1
|
||||
container_name: oneterm-ui
|
||||
depends_on:
|
||||
oneterm-api:
|
||||
|
||||
Reference in New Issue
Block a user