mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
testing pull
This commit is contained in:
parent
526d5c7b30
commit
3813895e0d
2 changed files with 42 additions and 31 deletions
|
@ -3,7 +3,11 @@
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/github-cli": {}
|
"docker-in-docker": {
|
||||||
|
"version": "latest",
|
||||||
|
"moby": true,
|
||||||
|
"dockerDashComposeVersion": "v1"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
@ -22,10 +26,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [8000, 8888],
|
"forwardPorts": [
|
||||||
|
8000,
|
||||||
|
8888
|
||||||
|
],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8000": {"label": "Sphinx documentation"},
|
"8000": {
|
||||||
"8888": {"label": "SearXNG"}
|
"label": "Sphinx documentation"
|
||||||
|
},
|
||||||
|
"8888": {
|
||||||
|
"label": "SearXNG"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "git pull && make install"
|
"postCreateCommand": "git pull && make install"
|
||||||
}
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
export SEARXNG_URL=''
|
export SEARXNG_URL=''
|
||||||
export SEARXNG_PORT='8888'
|
export SEARXNG_PORT='8888'
|
||||||
export SEARXNG_BIND_ADDRESS='127.0.0.1'
|
export SEARXNG_BIND_ADDRESS='127.0.0.1'
|
||||||
export GIT_URL='https://github.com/searxng/searxng'
|
export GIT_URL='https://github.com/kvan7/searxng'
|
||||||
export GIT_BRANCH='master'
|
export GIT_BRANCH='master'
|
||||||
|
|
Loading…
Add table
Reference in a new issue