Update Dockerfile-plugins to use the latest NetBox image; remove DB_WAIT_DEBUG from netbox.env

This commit is contained in:
bboerni2 2025-09-26 09:06:55 +02:00
parent 85e76a5111
commit b760309fd5
3 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM ghcr.io/netbox-community/netbox:v4.4-3.4.0 FROM ghcr.io/netbox-community/netbox:latest
COPY requirements-plugins.txt /opt/netbox/requirements-plugins.txt COPY requirements-plugins.txt /opt/netbox/requirements-plugins.txt

View file

@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile-plugins dockerfile: Dockerfile-plugins
# lokaler Name statt Upstream-Tag: # lokaler Name statt Upstream-Tag
image: netbox-plugins:local image: netbox-plugins:local
pull_policy: never pull_policy: never
ports: ports:

1
env/netbox.env vendored
View file

@ -3,7 +3,6 @@ DB_HOST=postgres
DB_NAME=netbox DB_NAME=netbox
DB_PASSWORD=J5brHrAXFLQSif0K DB_PASSWORD=J5brHrAXFLQSif0K
DB_USER=netbox DB_USER=netbox
DB_WAIT_DEBUG=1
EMAIL_FROM=netbox@bar.com EMAIL_FROM=netbox@bar.com
EMAIL_PASSWORD= EMAIL_PASSWORD=
EMAIL_PORT=25 EMAIL_PORT=25