Skip to content

NOC Section

Defines common noc configuration.

tag

Defines docker image tag. Default value is master.

noc:
    tag: "24.1"

path

NOC source code path to override container's /opt/noc. Used for development and allows to expose local changes directly in container.

noc:
    path: /home/joe/work/noc

custom

NOC custom code path. Allows to mount NOC customizations from local host.

noc:
    custom: /home/joe/work/noc-custom

installation_name

Installation name as shown in web interface. Has default value Unconfigured Installation.

noc:
    installation_name: "ACME INC"

migrate

Run migrations on start. Has default value True.

noc:
    migrate: true