-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitpod.yml
87 lines (81 loc) · 2.69 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
# VS Code Conf Code
vscode:
extensions:
- ms-azuretools.vscode-docker
- ms-vscode.azure-account
- dbaeumer.vscode-eslint
- streetsidesoftware.code-spell-checker
- TabNine.tabnine-vscode
- eamodio.gitlens
- PKief.material-icon-theme
- mongodb.mongodb-vscode
- christian-kohler.npm-intellisense
- esbenp.prettier-vscode
- bradlc.vscode-tailwindcss
- formulahendry.code-runner
- MoBalic.jetbrains-dark-theme
- adpyke.codesnap
- foxundermoon.shell-format
- rangav.vscode-thunder-client
# Run Some Commands
tasks:
- name: First Time Setup
- command: bash ./.devcontainer/postCreateCommand.sh
# Expose PORTS
ports:
- name: MongoDB
description: MongoDB Port for MongoDB
port: 4442
visibility: public
onOpen: ignore
- name: Redis
description: Redis Port for Redis
port: 6379
visibility: public
- name: PostgreSQL
description: PostgreSQL Port for Redis
port: 5432
visibility: public
- name: MySQL
description: MySQL Port for Redis
port: 3306
visibility: public
- name: phpMyAdmin
description: phpMyAdmin Port for Redis
port: 8080
visibility: public
- name: MariaDB
description: MariaDB Port for Redis
port: 3307
visibility: public
- name: Server
description: MariaDB Port for Redis
port: 8000
visibility: public
# Additional Repositories to import from github
additionalRepositories:
- url: https://github.com/AnkanSaha/PaisaPay
checkoutLocation: "PaisaPay"
- url: https://github.com/AnkanSaha/uniquegen
checkoutLocation: "uniquegen"
- url: https://github.com/AnkanSaha/react-caches
checkoutLocation: "react-caches"
- url: https://github.com/AnkanSaha/AnkanSaha
checkoutLocation: "AnkanSaha"
- url: https://github.com/AnkanSaha/SaveNet
checkoutLocation: "SaveNet"
- url: https://github.com/AnkanSaha/Portfolio
checkoutLocation: "Portfolio"
- url: https://github.com/AnkanSaha/Store-Management
checkoutLocation: "Store-Management"
- url: https://github.com/AnkanSaha/MongoSuper
checkoutLocation: "MongoSuper"
- url: https://github.com/AnkanSaha/Code-Compiler
checkoutLocation: "Code-Compiler"
- url: https://github.com/AnkanSaha/Deploy-Node-App-Enviroment-Config
checkoutLocation: "Deploy-Node-App-Enviroment-Config"