mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-19 06:46:54 +00:00
Compare commits
No commits in common. "7e956129d0aaab143a5da4331a22f06b139162f6" and "643039160275bc70c57d955cd224e7c41e7e2a75" have entirely different histories.
7e956129d0
...
6430391602
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
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:
|
||||
- postgres
|
||||
- redis
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ exec granian \
|
|||
--working-dir "/opt/netbox/netbox/" \
|
||||
--static-path-route "/static" \
|
||||
--static-path-mount "/opt/netbox/netbox/static/" \
|
||||
--static-path-dir-to-file index.html \
|
||||
--pid-file "/tmp/granian.pid" \
|
||||
"${GRANIAN_EXTRA_ARGS[@]}" \
|
||||
"netbox.granian:application"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
django-auth-ldap==5.3.0
|
||||
dulwich==1.0.0
|
||||
granian[uvloop]==2.7.0
|
||||
granian[uvloop]==2.6.1
|
||||
python3-saml==1.16.0
|
||||
--no-binary lxml
|
||||
--no-binary xmlsec
|
||||
|
|
|
|||
Loading…
Reference in a new issue