-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
35 lines (31 loc) · 754 Bytes
/
Copy path.env.example
File metadata and controls
35 lines (31 loc) · 754 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
# =========================
# Ports
# =========================
NGINX_PORT=8080
FRONTEND_PORT=3000
PHPMYADMIN_PORT=8081
DB_PORT=3306
REDIS_PORT=6379
# =========================
# Database
# =========================
MYSQL_ROOT_PASSWORD=root
MYSQL_DATABASE=test_db
# =========================
# Redis
# =========================
REDIS_HOST=redis
REDIS_PREFIX=
ANALYSIS_JOB_REDIS_QUEUE=ocean:analysis-jobs:queued
# =========================
# phpMyAdmin
# =========================
PMA_HOST=db
PMA_USER=root
PMA_PASSWORD=root
# =========================
# China Mirror Optimization
# =========================
NPM_REGISTRY=https://registry.npmmirror.com
PIP_INDEX_URL=https://pypi.tuna.tsinghua.edu.cn/simple
PIP_TRUSTED_HOST=pypi.tuna.tsinghua.edu.cn