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:18.04' base image is used. Possible values are:
# * ubuntu:18.04
# * ubuntu:20.04
# base_image: ubuntu:20.04
# Enable expirimental Python 3 support.
# python3: true
# By default you should enumerate nextgisweb_* packages (see below)
# To enable automatic scanning in package/ directory use autoload.
# autoload: true
# Package specific configuration
package:
ngwdocker:
nextgisweb:
nextgisweb_qgis:
# Temporary disable nextgisweb_qgis package.
# enabled: false
# Another way to temporary disable package.
# nextgisweb_mapserver: false