forked from marius311/boinc-server-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
37 lines (24 loc) · 1.14 KB
/
.env
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
# controls which TAGs to build. should be either "TAG=-b2d" to build the server with
# boinc2docker installed, or blank ("TAG=") to build the vanilla server
TAG=-b2d
# -----------------------------------------------------------------------
# the following can be changed even with a project running, and will be
# applied the next time you run `docker compose up -d`
# -----------------------------------------------------------------------
# the URL the server thinks its at
URL_BASE=http://127.0.0.1
# -----------------------------------------------------------------------------
# the following must be set before you build a project, and cannot be changed
# afterwards
# -----------------------------------------------------------------------------
# the project name
PROJECT=boincserver
# the user who builds the server source and runs the BOINC daemons
BOINC_USER=boincadm
# the folder where the project is created
PROJECT_ROOT=/home/boincadm/project
# --------------------------------------------------
# used for development, not for general modification
# --------------------------------------------------
DEFAULTARGS=-defaultargs
VERSION=latest