-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env
More file actions
34 lines (28 loc) · 740 Bytes
/
.env
File metadata and controls
34 lines (28 loc) · 740 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
# Security! Please change the password
JENKINS_USERNAME=devspace
JENKINS_PASSWORD=devspace
USER_ID=1000
# Variables for influencing external access
JENKINS_PREFIX=/jenkins
JENKINS_BASE=http://jenkins:8080
WEB_PREFIX=/web
# Variables for influencing dynamic ports
NGINXJENKINS_HTTP_PORT=
NGINXJENKINS_SSL_PORT=
NGINX_PORT=
NGINX_SSL_PORT=
OMERO_SERVER_SSL=
OMERO_SERVER_TCP=
OMERO_SERVER_TEST_SSL=
OMERO_SERVER_TEST_TCP=
POSTGRES_PORT=
# Variables for changing what Bio-Formats tests
REPO_CURATED=/tmp/curated
REPO_CONFIG=/tmp/config
# Variables for importing data in place.
REPO_IMPORT=/tmp/import
# Variables for controlling external dependencies versions
POSTGRES_VERSION=16
NGINX_VERSION=1.24
# Other variables
DOCKER_EXECUTORS=10