2025-09-23 15:02:44 +00:00
|
|
|
|
|
|
|
|
x-netbox-image: &netbox_image netboxplugins:local
|
|
|
|
|
|
2025-09-23 12:11:36 +00:00
|
|
|
services:
|
|
|
|
|
netbox:
|
2025-09-23 14:59:45 +00:00
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: Dockerfile-plugins
|
|
|
|
|
args:
|
|
|
|
|
FROM_TAG: v4.4-3
|
2025-09-23 15:02:44 +00:00
|
|
|
image: *netbox_image
|
|
|
|
|
pull_policy: never
|
2025-09-23 12:11:36 +00:00
|
|
|
ports:
|
|
|
|
|
- "8000:8080"
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
netbox-worker:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
logging:
|
|
|
|
|
driver: "json-file"
|
|
|
|
|
options:
|
|
|
|
|
max-size: "10m"
|
|
|
|
|
max-file: "3"
|
|
|
|
|
|
|
|
|
|
postgres:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
logging:
|
|
|
|
|
driver: "json-file"
|
|
|
|
|
options:
|
|
|
|
|
max-size: "20m"
|
|
|
|
|
max-file: "5"
|
|
|
|
|
|
|
|
|
|
redis:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
logging:
|
|
|
|
|
driver: "json-file"
|
|
|
|
|
options:
|
|
|
|
|
max-size: "20m"
|
|
|
|
|
max-file: "5"
|
|
|
|
|
|
|
|
|
|
redis-cache:
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
logging:
|
|
|
|
|
driver: "json-file"
|
|
|
|
|
options:
|
|
|
|
|
max-size: "20m"
|
|
|
|
|
max-file: "5"
|