Skip to content

Instantly share code, notes, and snippets.

@woss
Last active June 25, 2022 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woss/86dfba75f1af4b89515d0bcee285cae8 to your computer and use it in GitHub Desktop.
Save woss/86dfba75f1af4b89515d0bcee285cae8 to your computer and use it in GitHub Desktop.
image: woss/gitpod-workspace:gitpod_workspace-full_2022-05-08-14-31-53
tasks:
- name: prep env
before: >
pnpm add -g json @microsoft/rush@5.71.0
init: >
node common/scripts/install-run-rush.js update && exit
- name: Start mongodb container
command: cp dev-env .env && docker-compose up -d ipfs db && exit
ports:
- port: 2112 # publish service
onOpen: ignore
- port: 2113 # ws service
onOpen: ignore
- port: 27017 # mongo
onOpen: ignore
- port: 3001 # macula
onOpen: ignore
visibility: public
- port: 5001 # ipfs api
onOpen: ignore
- port: 8080 # ipfs gateway
onOpen: ignore
- port: 4001 # ipfs swarm
onOpen: ignore
- port: 4226 # sccache server
onOpen: ignore
vscode:
extensions:
- PKief.material-icon-theme
- esbenp.prettier-vscode
- donjayamanne.githistory
- eamodio.gitlens
- dbaeumer.vscode-eslint
- mongodb.mongodb-vscode
- foxundermoon.shell-format
- streetsidesoftware.code-spell-checker
- mhutchie.git-graph
- vscode-icons-team.vscode-icons
- ms-azuretools.vscode-docker
- redhat.vscode-yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment