metabase add /etc/default/metabase

This commit is contained in:
thomas 2022-03-24 02:48:03 +01:00
parent a036a3516f
commit 9e7a3a12d1
5 changed files with 25 additions and 3 deletions

View file

@ -1,14 +1,13 @@
#!/bin/bash
VERSION=0.42.3
RELEASE=2
[ -e ./lib/function.sh ] && source ./lib/function.sh
APP=metabase
DEPOT=https://github.com/metabase/metabase.git
GIT_VERSION=v$VERSION
DEB_VERSION=${VERSION}-${RELEASE}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=10