mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 05:42:36 +00:00
Compare commits
3 commits
81fb62ecef
...
a945236c81
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a945236c81 | ||
|
|
481a102d30 | ||
|
|
e62af8be76 |
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
netbox: &netbox
|
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:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
|
||||||
|
|
@ -73,5 +73,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"access_log": "/dev/stdout"
|
"access_log": "/dev/stdout",
|
||||||
|
"settings": {
|
||||||
|
"http": {
|
||||||
|
"max_body_size": 104857600
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue