Compare commits

..

1 commit

Author SHA1 Message Date
Skye Fugate 804dc194bc
Merge 39d2b726af into c16c79ff16 2025-09-17 11:11:57 +02:00
5 changed files with 11 additions and 13 deletions

View file

@ -39,9 +39,12 @@ There is a more complete [_Getting Started_ guide on our wiki][wiki-getting-star
```bash ```bash
git clone -b release https://github.com/netbox-community/netbox-docker.git git clone -b release https://github.com/netbox-community/netbox-docker.git
cd netbox-docker cd netbox-docker
# Copy the example override file tee docker-compose.override.yml <<EOF
cp docker-compose.override.yml.example docker-compose.override.yml services:
# Read and edit the file to your liking netbox:
ports:
- 8000:8080
EOF
docker compose pull docker compose pull
docker compose up docker compose up
``` ```

View file

@ -1 +1 @@
3.4.1 3.4.0

View file

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

View file

@ -73,10 +73,5 @@
} }
} }
}, },
"access_log": "/dev/stdout", "access_log": "/dev/stdout"
"settings": {
"http": {
"max_body_size": 104857600
}
}
} }

View file

@ -1,6 +1,6 @@
django-auth-ldap==5.2.0 django-auth-ldap==5.2.0
dulwich==0.24.2 dulwich==0.24.1
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.39.0 sentry-sdk[django]==2.38.0