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:
|
ports:
|
||||||
- "8000:8080"
|
- "8000:8080"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks: [default, diode_net]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
# längere Werte für den local Build
|
# längere Werte für den local Build
|
||||||
start_period: 180s
|
start_period: 180s
|
||||||
|
|
@ -26,6 +27,7 @@ services:
|
||||||
|
|
||||||
netbox-worker:
|
netbox-worker:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks: [default, diode_net]
|
||||||
image: netbox-withplugins:local
|
image: netbox-withplugins:local
|
||||||
pull_policy: never
|
pull_policy: never
|
||||||
logging:
|
logging:
|
||||||
|
|
@ -39,6 +41,7 @@ services:
|
||||||
|
|
||||||
netbox-housekeeping:
|
netbox-housekeeping:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks: [default, diode_net]
|
||||||
image: netbox-withplugins:local
|
image: netbox-withplugins:local
|
||||||
pull_policy: never
|
pull_policy: never
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue