Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add limesurvey template #336

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

ajutamangdev
Copy link
Contributor

@ajutamangdev ajutamangdev commented Apr 24, 2024

Hi @mms-gianni I was able to provision out limesurvey using docker-compose locally. Fixes #332 & #325

version: '2'

services: 

  limesurvey:
    image: adamzammit/limesurvey:6.5.4
    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/mysql

Based on this information, I have configured the limesurvey. Kindly review my changes.

Also how do I test these changes, can you share me insights ?

@mms-gianni mms-gianni added the template A kubero template label Apr 24, 2024
@mms-gianni mms-gianni added this to the v2.2.1 milestone Apr 24, 2024
@mms-gianni mms-gianni merged commit 6c10493 into kubero-dev:main Apr 25, 2024
2 checks passed
@mms-gianni
Copy link
Member

@ajutamangdev

Thank you for your contribution. Looks perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
template A kubero template
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Limesurvey template
3 participants