LimeSurvey
Feature-rich Open Source web based polling software. Supports extensive survey logic.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
limesurvey:
image: adamzammit/limesurvey:6.6.3
ports:
- 127.0.0.1:8082:80
environment:
LIMESURVEY_DB_PASSWORD: e/xa|m|ple
LIMESURVEY_ADMIN_USER: admin
LIMESURVEY_ADMIN_PASSWORD: password
LIMESURVEY_ADMIN_NAME: Lime Administrator
LIMESURVEY_ADMIN_EMAIL: lime@lime.lime
TZ: Europe/London
volumes:
- ./plugins:/var/www/html/plugins
- ./upload:/var/www/html/upload
- ./config:/var/www/html/application/config
- ./sessions:/var/lime/sessions
mysql:
image: mariadb:10.5
environment:
MYSQL_ROOT_PASSWORD: e/xa|m|ple
volumes:
- ./mysql:/var/lib/mysqlResources
Website: https://www.limesurvey.org/
GitHub: https://github.com/LimeSurvey/LimeSurvey
Docker Hub (adamzammit): https://hub.docker.com/r/adamzammit/limesurvey
Configuration: https://github.com/adamzammit/limesurvey-docker