-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitpod.yml
59 lines (55 loc) · 1.61 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
---
# 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 Codes
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