Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae5f7d2419 | ||
|
|
a945236c81 | ||
|
|
481a102d30 | ||
|
|
81fb62ecef | ||
|
|
2c49500e8d | ||
|
|
c16c79ff16 | ||
|
|
c05e838edc | ||
|
|
e62af8be76 | ||
|
|
a229603d90 | ||
|
|
942fc04776 | ||
|
|
b76bd3d780 | ||
|
|
4744eeb3ef | ||
|
|
bdea0cf05a | ||
|
|
76f670faaa | ||
|
|
263fcf35bf | ||
|
|
fb1cfd880a |
2
build.sh
2
build.sh
@@ -223,7 +223,7 @@ fi
|
||||
###
|
||||
# Variables for labelling the docker image
|
||||
###
|
||||
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M+00:00')"
|
||||
BUILD_DATE="$(date -u '+%Y-%m-%dT%H:%M:%S+00:00')"
|
||||
|
||||
if [ -d ".git" ] && [ -z "${SKIP_GIT}" ]; then
|
||||
GIT_REF="$(git rev-parse HEAD)"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
netbox: &netbox
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.0}
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
||||
@@ -73,5 +73,10 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"access_log": "/dev/stdout"
|
||||
"access_log": "/dev/stdout",
|
||||
"settings": {
|
||||
"http": {
|
||||
"max_body_size": 104857600
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,4 +3,4 @@ dulwich==0.24.1
|
||||
python3-saml==1.16.0
|
||||
--no-binary lxml
|
||||
--no-binary xmlsec
|
||||
sentry-sdk[django]==2.35.2
|
||||
sentry-sdk[django]==2.39.0
|
||||
|
||||
Reference in New Issue
Block a user