fix: service name

This commit is contained in:
3wc 2022-01-23 20:00:46 +02:00
parent 64646dddf2
commit 0e23982e22
1 changed files with 2 additions and 5 deletions

View File

@ -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: