mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-02-05 05:24:05 +00:00
Update docker-compose.yml
This commit is contained in:
parent
33d7eb36cc
commit
a753a9784e
@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
netbox: netbox
|
||||
netbox: &netbox
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||
depends_on:
|
||||
- postgres
|
||||
@ -24,8 +24,8 @@ services:
|
||||
- /share/Container/netbox/reports:/opt/netbox/netbox/reports:rw
|
||||
- /share/Container/netbox/scripts:/opt/netbox/netbox/scripts:rw
|
||||
|
||||
netbox-worker: netbox-worker
|
||||
image: docker.io/netboxcommunity/netbox:${VERSION-v4.4-3.4.1}
|
||||
netbox-worker:
|
||||
<<: *netbox
|
||||
depends_on:
|
||||
netbox:
|
||||
condition: service_healthy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user