-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 1.28 KB
/
.env.example
File metadata and controls
20 lines (16 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ── Docker resource constraints ───────────────────────────────────────────────
# All MySQL tuning params are derived automatically from these two values.
CPUS=8 # passed to --cpus; decimals accepted (e.g. 4.5)
MEMORY=32G # passed to --memory; suffix must be G or M (e.g. 32G, 16384M)
# ── MySQL credentials ─────────────────────────────────────────────────────────
# modify MYSQL_ROOT_PASSWORD and DB_PASSWORD before use
MYSQL_ROOT_PASSWORD=root_pass
MYSQL_DATABASE=tcrd
DB_USER=tcrd_user
DB_PASSWORD=user_pass
# ── MySQL host port ───────────────────────────────────────────────────────────
HOST_PORT=3306
## ── MySQL time zone ───────────────────────────────────────────────────────────
TZ=America/Denver
## Dump file - you can change this to point to different versions of TCRD
DUMP_URL=https://unmtid-dbs.net/download/TCRD/latest.sql.gz