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

@@ -19,8 +19,8 @@ services:
- "DB_TYPE=pgsql"
- "DB_PORT=5432"
- "DB_HOST=lime-db"
- "DB_PASSWORD=secret"
- "ADMIN_PASSWORD=foobar"
# - "DB_PASSWORD="
# - "ADMIN_PASSWORD="
lime-db:
image: docker.io/postgres:10
volumes:
@@ -28,7 +28,7 @@ services:
environment:
- "POSTGRES_USER=limesurvey"
- "POSTGRES_DB=limesurvey"
- "POSTGRES_PASSWORD=secret"
# - "POSTGRES_PASSWORD="
volumes:
db-data: