18.1.3. Configuration file ngwdocker.yaml

Executable ngwdocker search for configuration file ngwdocker.yaml in current directory. Example configuration file with some comments are listed below.

# By default 'development' mode is used. To enable production mode
# uncomment line below.
# mode: production

# By default 'ubutu:20.04' base image is used. Possible values are:
#   * ubuntu:18.04
#   * ubuntu:20.04
#   * ubuntu:22.04
# base_image: ubuntu:20.04

# Packages their configuration
package:

  ngwdocker:
  nextgisweb:

  nextgisweb_qgis:
    # Temporary disable nextgisweb_qgis package.
    # enabled: false

  # Another way to temporary disable package.
  # nextgisweb_mapserver: false