Skip to content

Commit

Permalink
add smartide config file
Browse files Browse the repository at this point in the history
  • Loading branch information
周文洋 authored and 周文洋 committed Nov 14, 2021
1 parent 01884ba commit c2925cb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .ide/.ide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@

version: smartide/v0.2
orchestrator:
type: docker-compose
version: 3
workspace:
dev-container:
service-name: boathouse-frontend
webide-port: 6800
ide-type: vscode #vscode/theia
volumes:
git-config: true
ssh-key: true
services:

boathouse-frontend:
image: registry.cn-hangzhou.aliyuncs.com/smartide/smartide-opvscode:latest
restart: always
environment:
POSTGRES_HOST_AUTH_METHOD: trust
ROOT_PASSWORD: root123
volumes:
- .:/home/project
expose:
- 8080
ports:
- 8080:8080
networks:
- smartide-network

networks:
smartide-network:
external: true

0 comments on commit c2925cb

Please sign in to comment.