Compare commits

..

1 commit

Author SHA1 Message Date
Matt Gaynor 65ed8bcb47
Merge 1815408e73 into 6430391602 2026-01-28 13:08:34 +01:00
4 changed files with 3 additions and 4 deletions

View file

@ -1 +1 @@
4.0.0 3.4.2

View file

@ -1,6 +1,6 @@
services: services:
netbox: &netbox netbox: &netbox
image: docker.io/netboxcommunity/netbox:${VERSION-v4.5-4.0.0} image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.2}
depends_on: depends_on:
- postgres - postgres
- redis - redis

View file

@ -15,7 +15,6 @@ exec granian \
--working-dir "/opt/netbox/netbox/" \ --working-dir "/opt/netbox/netbox/" \
--static-path-route "/static" \ --static-path-route "/static" \
--static-path-mount "/opt/netbox/netbox/static/" \ --static-path-mount "/opt/netbox/netbox/static/" \
--static-path-dir-to-file index.html \
--pid-file "/tmp/granian.pid" \ --pid-file "/tmp/granian.pid" \
"${GRANIAN_EXTRA_ARGS[@]}" \ "${GRANIAN_EXTRA_ARGS[@]}" \
"netbox.granian:application" "netbox.granian:application"

View file

@ -1,6 +1,6 @@
django-auth-ldap==5.3.0 django-auth-ldap==5.3.0
dulwich==1.0.0 dulwich==1.0.0
granian[uvloop]==2.7.0 granian[uvloop]==2.6.1
python3-saml==1.16.0 python3-saml==1.16.0
--no-binary lxml --no-binary lxml
--no-binary xmlsec --no-binary xmlsec