etcd & next-terminal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user