-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
33 lines (30 loc) · 1.03 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
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- name: Setup Workspace
before: |
pyenv install --force 3.9.13
/home/gitpod/.pyenv/versions/3.9.13/bin/python -m pip install -U pylint
python -m venv venv
. venv/bin/activate
init: |
/workspace/car-parking-reservation-api/venv/bin/python -m pip install --upgrade pip
make install
command: |
docker compose -f "docker-compose.dev.yml" up -d --build
ports:
- port: 5000
onOpen: ignore
- port: 8080
onOpen: ignore
vscode:
extensions:
- ms-azuretools.vscode-docker
- ms-vscode.makefile-tools
- VisualStudioExptTeam.vscodeintellicode
- ms-python.python
- rangav.vscode-thunder-client
- IronGeek.vscode-env
- VisualStudioExptTeam.intellicode-api-usage-examples
- VisualStudioExptTeam.vscodeintellicode-completions