FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
imgproxy/.devcontainer/devcontainer.json at master · code-watch/imgproxy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
code-watch
/
imgproxy
Public
forked from
imgproxy/imgproxy
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
10
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
imgproxy
/
.devcontainer
/
devcontainer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 1.07 KB
Breadcrumbs
imgproxy
/
.devcontainer
/
devcontainer.json
Copy path
File metadata and controls
34 lines (34 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
imgproxy
"
,
"dockerComposeFile"
:
"
docker-compose.yml
"
,
"service"
:
"
imgproxy
"
,
"workspaceFolder"
:
"
/workspaces/imgproxy
"
,
"shutdownAction"
:
"
stopCompose
"
,
"portsAttributes"
: {
"8081"
: {
"label"
:
"
imgproxy
"
,
"onAutoForward"
:
"
notify
"
},
"8091"
: {
"label"
:
"
Prometheus metrics
"
,
"onAutoForward"
:
"
silent
"
},
"8071"
: {
"label"
:
"
Utilities (pprof, etc.)
"
,
"onAutoForward"
:
"
silent
"
}
},
"customizations"
: {
"vscode"
: {
"extensions"
: [
"
golang.go
"
,
"
ms-vscode.cpptools
"
]
}
},
"postCreateCommand"
:
"
go tool lefthook install && ./run install-global
"
,
"initializeCommand"
: {
"linkImagesDir"
:
"
if [ ! -e ${localWorkspaceFolder}/.devcontainer/images ] && [ ! -L ${localWorkspaceFolder}/.devcontainer/images ]; then ln -s ${localWorkspaceFolder}/testdata/test-images ${localWorkspaceFolder}/.devcontainer/images; fi
"
},
"overrideCommand"
:
true
}
Back
|
FazBrowse Home
|
New Git URL