my build params

mine
cynthia 1 year ago
parent 65636d4f1f
commit b2f37a3f89

@ -483,7 +483,8 @@ docker.build() {
# define the docker image name
GITHUB_USER=$(echo "${GIT_URL}" | sed 's/.*github\.com\/\([^\/]*\).*/\1/')
SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
#SEARXNG_IMAGE_NAME="${SEARXNG_IMAGE_NAME:-${GITHUB_USER:-searxng}/searxng}"
SEARXNG_IMAGE_NAME=cynthia/searxng
BUILD="build"
if [ "$1" = "buildx" ]; then

@ -1,5 +1,5 @@
export SEARXNG_URL=''
export SEARXNG_PORT='8888'
export SEARXNG_BIND_ADDRESS='127.0.0.1'
export GIT_URL='https://github.com/searxng/searxng'
export GIT_URL='https://gitea.cynthia/sp4ke/searxng'
export GIT_BRANCH='master'

Loading…
Cancel
Save