mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Compare commits
5 commits
fdb8a81fbd
...
31dfaf91f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31dfaf91f1 | ||
|
|
937216ecb0 | ||
|
|
968bef976c | ||
|
|
021c3fea99 | ||
|
|
93b5dec3f8 |
|
|
@ -43,7 +43,7 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
env_file: env/postgres.env
|
env_file: env/postgres.env
|
||||||
volumes:
|
volumes:
|
||||||
- netbox-postgres-data:/var/lib/postgresql/data
|
- netbox-postgres-data:/var/lib/postgresql
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
redis:
|
redis:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
django-auth-ldap==5.2.0
|
django-auth-ldap==5.2.0
|
||||||
dulwich==0.24.10
|
dulwich==0.25.0
|
||||||
granian[uvloop]==2.6.0
|
granian[uvloop]==2.6.0
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
sentry-sdk[django]==2.47.0
|
sentry-sdk[django]==2.48.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue