cleanup "version" as its deprecated; add windows in a docker` (#26)

This commit is contained in:
Dziad Borowy
2025-01-15 10:22:06 +00:00
committed by GitHub
parent c3a8a8e5f5
commit 5152091fb2
34 changed files with 108 additions and 40 deletions

View File

@@ -25,13 +25,13 @@ services:
- TZ=Europe/Dublin
# - PASSWORD=password #optional
# - SUDO_PASSWORD=password #optional
- PROXY_DOMAIN=code.example.com #optional
- PROXY_DOMAIN=code.example.com #optional
# To get extensions from M$ store - add these:
# To get extensions from M$ store - add these:
- SERVICE_URL=https://marketplace.visualstudio.com/_apis/public/gallery
- ITEM_URL=https://marketplace.visualstudio.com/items
volumes:
- ./config:/config
# folder that will show up in the Code file tree
- /var/www/project1:/config/workspace/project1
# folder that will show up in the Code file tree
- /var/www/project1:/config/workspace/project1
```