-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path.env
More file actions
19 lines (19 loc) · 842 Bytes
/
.env
File metadata and controls
19 lines (19 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DOCKER_IMAGE_CBIOPORTAL=cbioportal/cbioportal:6.4.1
DOCKER_IMAGE_SESSION_SERVICE=cbioportal/session-service:0.6.4
DOCKER_IMAGE_MYSQL=mysql:8.0
DOCKER_IMAGE_CLICKHOUSE=clickhouse/clickhouse-server:24.10
DOCKER_IMAGE_CLICKHOUSE_IMPORTER=cbioportal/clickhouse-importer:latest
DB_MYSQL_DB_NAME=cbioportal
DB_MYSQL_USERNAME=cbio_user
DB_MYSQL_PASSWORD=somepassword
DB_MYSQL_URL=jdbc:mysql://cbioportal-database:3306/cbioportal?useSSL=false&allowPublicKeyRetrieval=true
DB_CLICKHOUSE_DB_NAME=cbioportal
DB_CLICKHOUSE_USERNAME=cbio_user
DB_CLICKHOUSE_PASSWORD=somepassword
DB_CLICKHOUSE_URL=jdbc:ch://cbioportal-clickhouse-database:8123/cbioportal
APP_CBIOPORTAL_CORE_BRANCH=main
DOCKER_IMAGE_REDIS=redis:7.4.2
APP_REDIS_PASSWORD=somepassword
APP_REDIS_SESSION_PORT=6379
APP_REDIS_PERSISTENCE_MASTER_PORT=6380
APP_REDIS_PERSISTENCE_REPLICA_PORT=6381