
Limesurvey
Limesurvey is an open source online survey tool.
Created - Last update
Limesurvey is an open source online survey tool. The process will deploy a database and the App. The process will take about a minute for the process to finish.
Deployed services
limesurvey-db
mariadb:$$cap_mariadb_version
- limesurvey-db-data:/var/lib/mysql
always
4limesurvey
crramirez/limesurvey:$$cap_limesurvey_version
- limesurvey-data:/app/upload
always
Variables
Limesurvey Version
Default: 3
$$cap_limesurvey_versionhttps://registry.hub.docker.com/r/crramirez/limesurvey/tags
MariaDB (database) version
Default: 10.5.3
$$cap_mariadb_versionCheck out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags
database password
Default: undefined
$$cap_db_passPassword for the database user and root using mysql.
database name
Default: limesurvey
$$cap_db_namename for the database.
database user
Default: limesurvey
$$cap_db_userUsername for the database using mysql.
