Remove default passwords in all example files (#171)

* Remove default passwords in all example files

 - To discourage production use without changing the passwords.
This commit is contained in:
Markus Opolka
2023-10-19 09:41:52 +02:00
committed by GitHub
parent 2c34e0fd73
commit 487881f785
10 changed files with 37 additions and 39 deletions

View File

@@ -14,8 +14,8 @@ services:
- lime-db
environment:
- "DB_HOST=lime-db"
- "DB_PASSWORD=secret"
- "ADMIN_PASSWORD=foobar"
# - "DB_PASSWORD="
# - "ADMIN_PASSWORD="
lime-web:
image: docker.io/nginx:alpine
links:
@@ -32,7 +32,7 @@ services:
environment:
- "MYSQL_USER=limesurvey"
- "MYSQL_DATABASE=limesurvey"
- "MYSQL_PASSWORD=secret"
- "MYSQL_ROOT_PASSWORD=secret"
# - "MYSQL_PASSWORD="
# - "MYSQL_ROOT_PASSWORD="
volumes:
lime: