-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathexample.env
More file actions
37 lines (29 loc) · 913 Bytes
/
Copy pathexample.env
File metadata and controls
37 lines (29 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copy this file to .env and fill in the values before running docker compose.
# MediaWiki version (used as Dockerfile build args)
MEDIAWIKI_VERSION=1.43
MEDIAWIKI_FULL_VERSION=1.43.8
# Public hostname of the wiki (no scheme); used by nginx and enableSemantics()
DOMAIN_NAME=mywiki
# Network name created by compose (dev) or expected to exist (prod)
NETWORK=smwnet
# MariaDB / Redis image tags
MARIADB_TAG=10.11
REDIS_TAG=8
# Database credentials
MYSQL_ROOT_PASSWORD=987change_me342
MYSQL_DATABASE=mediawiki
MYSQL_USER=mediawiki
MYSQL_PASSWORD=987change_me342
MYSQL_PREFIX=mw_
# MediaWiki install settings
MW_PASSWORD=987change_me342
MW_SCRIPTPATH=/w
MW_WIKINAME=MyWiki
MW_WIKIUSER=WikiSysop
MW_EMAIL=admin@example.com
MW_WIKILANG=en
# Port exposed on the host
PORT=10081
# Production-only: host paths for bind-mounted volumes (compose.prod.yaml)
# DB_DATA_DIR=/srv/smw/db
# MW_IMAGES_DIR=/srv/smw/images