mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 08:05:08 +02:00
Updated Deployment (markdown)
@ -56,7 +56,7 @@ services:
|
|||||||
redis-cache:
|
redis-cache:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
> NOTE: From **version 0.28.0** the `nginx` part from the file above must be removed.
|
> NOTE: From **version 0.28.0** and above the `nginx` part from the file above must be removed.
|
||||||
### TLS (HTTPS)
|
### TLS (HTTPS)
|
||||||
|
|
||||||
We recommend that you deploy TLS.
|
We recommend that you deploy TLS.
|
||||||
@ -78,7 +78,7 @@ Our recommendations:
|
|||||||
- Deploy an HTTP server through Docker.
|
- Deploy an HTTP server through Docker.
|
||||||
You can extend the base setup via the `docker-compose.override.yml` file.
|
You can extend the base setup via the `docker-compose.override.yml` file.
|
||||||
The target server for the reverse proxy would be `nginx:8080`.
|
The target server for the reverse proxy would be `nginx:8080`.
|
||||||
> NOTE: From **version 0.28.0** the `nginx` service is no longer in use. The traffic must be forwarded to the `netbox` service directly.
|
> NOTE: From **version 0.28.0** and above the `nginx` service is no longer in use. The traffic must be forwarded to the `netbox` service directly.
|
||||||
|
|
||||||
## Community-maintained Deployments
|
## Community-maintained Deployments
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user