使用jetbrains projector作为默认ide
This commit is contained in:
parent
07657c9e1e
commit
6963c7758c
@ -10,13 +10,13 @@ workspace:
|
|||||||
ssh: 6822
|
ssh: 6822
|
||||||
ruoyi-ui: 8000
|
ruoyi-ui: 8000
|
||||||
ruoyi-admin: 8080
|
ruoyi-admin: 8080
|
||||||
ide-type: vscode
|
ide-type: jb-projector
|
||||||
volumes:
|
volumes:
|
||||||
git-config: true
|
git-config: true
|
||||||
ssh-key: true
|
ssh-key: true
|
||||||
services:
|
services:
|
||||||
ruoyi-dev:
|
ruoyi-dev:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/smartide-java-v2-vscode:2070
|
image: registry.cn-hangzhou.aliyuncs.com/smartide/smartide-java-v2-jetbrains-idea:2021.2.3-openjdk-11-jdk-2081
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
ROOT_PASSWORD: root123
|
ROOT_PASSWORD: root123
|
||||||
@ -25,7 +25,7 @@ workspace:
|
|||||||
- 8080:8080
|
- 8080:8080
|
||||||
- 8000:80
|
- 8000:80
|
||||||
- 6822:22
|
- 6822:22
|
||||||
- 6800:3000
|
- 6800:8887
|
||||||
volumes:
|
volumes:
|
||||||
- .:/home/project
|
- .:/home/project
|
||||||
- $HOME/.m2/repository:/home/smartide/.m2/repository
|
- $HOME/.m2/repository:/home/smartide/.m2/repository
|
||||||
@ -36,6 +36,8 @@ workspace:
|
|||||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||||
command:
|
command:
|
||||||
- --default-authentication-plugin=mysql_native_password
|
- --default-authentication-plugin=mysql_native_password
|
||||||
|
- --character-set-server=utf8mb4
|
||||||
|
- --collation-server=utf8mb4_unicode_ci
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
||||||
|
@ -10,13 +10,13 @@ workspace:
|
|||||||
ssh: 6822
|
ssh: 6822
|
||||||
ruoyi-ui: 8000
|
ruoyi-ui: 8000
|
||||||
ruoyi-admin: 8080
|
ruoyi-admin: 8080
|
||||||
ide-type: jb-projector
|
ide-type: vscode
|
||||||
volumes:
|
volumes:
|
||||||
git-config: true
|
git-config: true
|
||||||
ssh-key: true
|
ssh-key: true
|
||||||
services:
|
services:
|
||||||
ruoyi-dev:
|
ruoyi-dev:
|
||||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/smartide-java-v2-jetbrains-idea:2021.2.3-openjdk-11-jdk-2081
|
image: registry.cn-hangzhou.aliyuncs.com/smartide/smartide-java-v2-vscode:2070
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
ROOT_PASSWORD: root123
|
ROOT_PASSWORD: root123
|
||||||
@ -25,7 +25,7 @@ workspace:
|
|||||||
- 8080:8080
|
- 8080:8080
|
||||||
- 8000:80
|
- 8000:80
|
||||||
- 6822:22
|
- 6822:22
|
||||||
- 6800:8887
|
- 6800:3000
|
||||||
volumes:
|
volumes:
|
||||||
- .:/home/project
|
- .:/home/project
|
||||||
- $HOME/.m2/repository:/home/smartide/.m2/repository
|
- $HOME/.m2/repository:/home/smartide/.m2/repository
|
||||||
@ -36,8 +36,6 @@ workspace:
|
|||||||
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
|
||||||
command:
|
command:
|
||||||
- --default-authentication-plugin=mysql_native_password
|
- --default-authentication-plugin=mysql_native_password
|
||||||
- --character-set-server=utf8mb4
|
|
||||||
- --collation-server=utf8mb4_unicode_ci
|
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- 3306
|
- 3306
|
Loading…
x
Reference in New Issue
Block a user