diff --git a/docker/build.sh b/docker/build.sh index dd661ba1e..fc33b7c8f 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -11,7 +11,7 @@ else proxy= fi -docker build $proxy -t 0x2620/pandora-base base -docker build -t 0x2620/pandora-nginx nginx +docker build $proxy -t code.0x2620.org/0x2620/pandora-base base +docker build -t code.0x2620.org/0x2620/pandora-nginx nginx cd .. -docker build -t 0x2620/pandora . +docker build -t code.0x2620.org/0x2620/pandora . diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 0dab26ea6..916b98871 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -52,7 +52,7 @@ if [ "$action" = "encoding" ]; then -A app worker \ -Q encoding -n ${name} \ --pidfile /run/pandora/encoding.pid \ - --maxtasksperchild 500 \ + --max-tasks-per-child 500 \ -c 1 \ -l INFO fi diff --git a/docker/publish.sh b/docker/publish.sh index b40e026a1..2766a4742 100644 --- a/docker/publish.sh +++ b/docker/publish.sh @@ -7,6 +7,6 @@ git clone https://code.0x2620.org/0x2620/pandora cd pandora ./docker/build.sh -docker push 0x2620/pandora-base:latest code.0x2620.org/0x2620/pandora-base:latest -docker push 0x2620/pandora-nginx:latest code.0x2620.org/0x2620/pandora-nginx:latest -docker push 0x2620/pandora:latest code.0x2620.org/0x2620/pandora:latest +docker push code.0x2620.org/0x2620/pandora-base:latest +docker push code.0x2620.org/0x2620/pandora-nginx:latest +docker push code.0x2620.org/0x2620/pandora:latest