mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-22 08:16:54 +00:00
Update Dockerfile-plugins to use the latest NetBox image; remove DB_WAIT_DEBUG from netbox.env
This commit is contained in:
parent
85e76a5111
commit
b760309fd5
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile-plugins
|
||||
# lokaler Name statt Upstream-Tag:
|
||||
# lokaler Name statt Upstream-Tag
|
||||
image: netbox-plugins:local
|
||||
pull_policy: never
|
||||
ports:
|
||||
|
|
|
|||
1
env/netbox.env
vendored
1
env/netbox.env
vendored
|
|
@ -3,7 +3,6 @@ DB_HOST=postgres
|
|||
DB_NAME=netbox
|
||||
DB_PASSWORD=J5brHrAXFLQSif0K
|
||||
DB_USER=netbox
|
||||
DB_WAIT_DEBUG=1
|
||||
EMAIL_FROM=netbox@bar.com
|
||||
EMAIL_PASSWORD=
|
||||
EMAIL_PORT=25
|
||||
|
|
|
|||
Loading…
Reference in a new issue