初始版本提交

This commit is contained in:
yaoyn
2024-02-05 09:15:37 +08:00
parent b52d4414be
commit 445292105f
1848 changed files with 236859 additions and 75 deletions

36
.ide/.ide.yaml Normal file
View File

@ -0,0 +1,36 @@
version: smartide/v0.3
orchestrator:
type: docker-compose
version: 3
workspace:
dev-container:
service-name: xjrsoft-vue3
ports: # 申明端口
tools-webide-vscode: 6800
tools-ssh: 6822
apps-application: 3100
ide-type: vscode #vscode/theia
volumes:
git-config: true
ssh-key: true
services:
xjrsoft-vue3:
image: registry.cn-hangzhou.aliyuncs.com/smartide/smartide-node-v2-vscode:all-version
restart: always
environment:
ROOT_PASSWORD: root123
LOCAL_USER_PASSWORD: root123
volumes:
- .:/home/project
ports:
- 3100:3100
- 6822:22
- 6800:3000
networks:
- smartide-network
networks:
smartide-network:
external: true

0
.ide/.keep Normal file
View File