使用jetbrains projector作为默认ide

This commit is contained in:
Lei Xu 2022-02-17 14:28:59 +08:00
parent 07657c9e1e
commit 6963c7758c
2 changed files with 8 additions and 8 deletions

View File

@ -10,13 +10,13 @@ workspace:
ssh: 6822
ruoyi-ui: 8000
ruoyi-admin: 8080
ide-type: vscode
ide-type: jb-projector
volumes:
git-config: true
ssh-key: true
services:
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
environment:
ROOT_PASSWORD: root123
@ -25,7 +25,7 @@ workspace:
- 8080:8080
- 8000:80
- 6822:22
- 6800:3000
- 6800:8887
volumes:
- .:/home/project
- $HOME/.m2/repository:/home/smartide/.m2/repository
@ -36,6 +36,8 @@ workspace:
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
command:
- --default-authentication-plugin=mysql_native_password
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
restart: always
expose:
- 3306

View File

@ -10,13 +10,13 @@ workspace:
ssh: 6822
ruoyi-ui: 8000
ruoyi-admin: 8080
ide-type: jb-projector
ide-type: vscode
volumes:
git-config: true
ssh-key: true
services:
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
environment:
ROOT_PASSWORD: root123
@ -25,7 +25,7 @@ workspace:
- 8080:8080
- 8000:80
- 6822:22
- 6800:8887
- 6800:3000
volumes:
- .:/home/project
- $HOME/.m2/repository:/home/smartide/.m2/repository
@ -36,8 +36,6 @@ workspace:
image: registry.cn-hangzhou.aliyuncs.com/smartide/mysql:8.0.21
command:
- --default-authentication-plugin=mysql_native_password
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_unicode_ci
restart: always
expose:
- 3306