Migrate NBX to postgres (#622)
* Migrate NBX to postgres * bump * bump * Add applicatoin name to connectoin string * Add link postgres * Change Max Pool Size * maxPool size
This commit is contained in:
@@ -474,18 +474,18 @@ cd - && cd ..
|
||||
|
||||
|
||||
# Build nbxplorer
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.20/Dockerfile.linuxamd64
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.3.4/Dockerfile.linuxamd64
|
||||
DOCKERFILE="Dockerfile.linuxamd64"
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.20/Dockerfile.linuxarm32v7
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.3.4/Dockerfile.linuxarm32v7
|
||||
[[ "$(uname -m)" == "armv7l" ]] && DOCKERFILE="Dockerfile.linuxarm32v7"
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.2.20/Dockerfile.linuxarm64v8
|
||||
# https://raw.githubusercontent.com/dgarage/nbxplorer/v2.3.4/Dockerfile.linuxarm64v8
|
||||
[[ "$(uname -m)" == "aarch64" ]] && DOCKERFILE="Dockerfile.linuxarm64v8"
|
||||
echo "Building nicolasdorier/nbxplorer:2.2.20"
|
||||
echo "Building nicolasdorier/nbxplorer:2.3.4"
|
||||
git clone https://github.com/dgarage/nbxplorer nbxplorer
|
||||
cd nbxplorer
|
||||
git checkout v2.2.20
|
||||
git checkout v2.3.4
|
||||
cd "$(dirname $DOCKERFILE)"
|
||||
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.2.20" .
|
||||
docker build -f "$DOCKERFILE" -t "nicolasdorier/nbxplorer:2.3.4" .
|
||||
cd - && cd ..
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user