Add Traefik docker-compose example

This commit is contained in:
Markus Opolka
2021-11-29 14:05:12 +01:00
committed by Markus Opolka
parent 79aea85bfe
commit c73949610f
3 changed files with 49 additions and 1 deletions

View File

@@ -87,6 +87,8 @@ For further details on the settings see: https://manual.limesurvey.org/Data_encr
## Traefik example
**Hint**: if you want to deploy LimeSurvey on a sub-path (e.g. https://example.com/limesurvey) you have to set the BASE_URL and adjust the Containers Webservers. See the docker-compose Traefik example in the repository.
```
# BASE_URL = /limesurvey
"traefik.http.routers.limesurvey.rule=PathPrefix(`/limesurvey`)",