Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt authored Jul 13, 2023
1 parent 8affa2c commit b229332
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ version: '3.4'

x-common-variables: &wikibase_variables
DB_SERVER: mysql.svc:3306
MW_ADMIN_NAME: ${MW_ADMIN_NAME}
MW_ADMIN_PASS: ${MW_ADMIN_PASS}
MW_ADMIN_EMAIL: ${MW_ADMIN_EMAIL}
MW_WG_SECRET_KEY: ${MW_SECRET_KEY}
DB_USER: ${DB_USER}
DB_PASS: ${DB_PASS}
DB_NAME: ${DB_NAME}
MW_ADMIN_NAME: ${MW_ADMIN_NAME:-admin}
MW_ADMIN_PASS: ${MW_ADMIN_PASS:-admin}
MW_ADMIN_EMAIL: ${MW_ADMIN_EMAIL:-e@ma.il}
MW_WG_SECRET_KEY: ${MW_SECRET_KEY:-secret}
DB_USER: ${DB_USER:-dbuser}
DB_PASS: ${DB_PASS:-dbpass}
DB_NAME: ${DB_NAME:-dbname}
QS_PUBLIC_SCHEME_HOST_AND_PORT: http://localhost:8841

services:
Expand Down

0 comments on commit b229332

Please sign in to comment.