etcd & next-terminal

This commit is contained in:
uset
2022-11-25 07:57:12 +00:00
parent f68d7dfbe2
commit 116baebfc8
366 changed files with 1502469 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
version: '3.3'
services:
guacd:
image: dushixiang/guacd:latest
volumes:
- ./data:/usr/local/next-terminal/data
restart: always
next-terminal:
image: dushixiang/next-terminal:latest
environment:
DB: mysql
MYSQL_HOSTNAME: 192.168.0.151
MYSQL_PORT: 3306
MYSQL_USERNAME: root
MYSQL_PASSWORD: 77jqtG5DMQm3R3PV
MYSQL_DATABASE: next-terminal
GUACD_HOSTNAME: guacd
GUACD_PORT: 4822
ports:
- "8088:8088"
volumes:
- /etc/localtime:/etc/localtime
- ./data:/usr/local/next-terminal/data
restart: always