mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-23 08:46:54 +00:00
dasss
This commit is contained in:
parent
b6b616c5bc
commit
80143a232c
|
|
@ -11,6 +11,7 @@ services:
|
|||
ports:
|
||||
- "8000:8080"
|
||||
restart: unless-stopped
|
||||
networks: [default, diode_net]
|
||||
healthcheck:
|
||||
# längere Werte für den local Build
|
||||
start_period: 180s
|
||||
|
|
@ -26,6 +27,7 @@ services:
|
|||
|
||||
netbox-worker:
|
||||
restart: unless-stopped
|
||||
networks: [default, diode_net]
|
||||
image: netbox-withplugins:local
|
||||
pull_policy: never
|
||||
logging:
|
||||
|
|
@ -39,6 +41,7 @@ services:
|
|||
|
||||
netbox-housekeeping:
|
||||
restart: unless-stopped
|
||||
networks: [default, diode_net]
|
||||
image: netbox-withplugins:local
|
||||
pull_policy: never
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue