Update docker-compose.yml

This commit is contained in:
drice000 2026-01-01 16:56:20 -05:00 committed by GitHub
parent 33d7eb36cc
commit a753a9784e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
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.1}
depends_on: depends_on:
- postgres - postgres
@ -24,8 +24,8 @@ services:
- /share/Container/netbox/reports:/opt/netbox/netbox/reports:rw - /share/Container/netbox/reports:/opt/netbox/netbox/reports:rw
- /share/Container/netbox/scripts:/opt/netbox/netbox/scripts:rw - /share/Container/netbox/scripts:/opt/netbox/netbox/scripts:rw
netbox-worker: netbox-worker netbox-worker:
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1} <<: *netbox
depends_on: depends_on:
netbox: netbox:
condition: service_healthy condition: service_healthy