diff --git a/compose.yml b/compose.yml index 1c7a33c..f86d4ea 100644 --- a/compose.yml +++ b/compose.yml @@ -2,17 +2,13 @@ version: "3.8" services: - limesurvey: + app: image: martialblog/limesurvey:5.2.9-220110-apache depends_on: - db networks: - proxy - internal - volumes: - # Unfortunately the StripPrefix Function in Traefik won't work; - # Meaning, we will have to set 'Alias /limesurvey "/var/www/html"' in the Apache Config - - "./examples/apache-example.conf:/etc/apache2/sites-available/000-default.conf:ro" environment: - "DB_HOST=${STACK_NAME}_db" - "DB_PASSWORD=secret" @@ -39,6 +35,7 @@ services: - "MYSQL_USER=limesurvey" - "MYSQL_DATABASE=limesurvey" - "MYSQL_PASSWORD=secret" + - "MYSQL_ROOT_PASSWORD=secret" networks: proxy: