docker pull askomics/askomics
# Clone the repo
git clone https://github.com/askomics/docker-askomics.git
cd askomics
docker build -t askomics .
docker run --name askomics -p 6543:6543 -d askomics/askomics
All askomics properties defined in section [app:main] of the .ini file can be configured via the environment variables. The environment variable should be prefixed with ASKO_, without the askomics.
For exemple, if ou want to modify askomics.overview_lines_limit = 200
of the ini file, you must declare a environment variable like ASKO_overview_lines_limit="1000"
For the other ini entry, you can use ASKOCONFIG_section_key=value
environment variables. use _colon_
, _hyphen_
and _dot_
instead of :
, -
and .
.
ASKOCONFIG_app_colon_main_pyramid_dot_debug_authorization="true"
will write pyramid.debug_authorization = true