Environment variables
- NCANODE_REMOTE_URL - full url to original ncanode server. Required.
- NCANODE_KEY - path to private key on the container. Required, if Ncanode API is planned to be used.
- NCANODE_PWD - password of the private key. Required, if Ncanode API is planned to be used.
- NCANODE_ENCRYPTION_KEY - when provided, encryption of CMSs is performed before inserting in database. Optional. Generating of the key is done by this method.
Image requires PostgreSQL instance. See available environment variables here.
Available environment variables for PHP are here.
Volumes
This image has no volumes.
If you want to make any additional configuration of container, mount your bash script to /opt/setup.sh. This script will be executed on container setup.