Blame view

conf/.env 703 Bytes
5b0a01ea   Chloé Azria   get rid of ssh keys
1
2
3
# enter here all key = value you need to path in docker-compose.yaml file
VERSION=11

7eb59551   Chloé Azria   change parameters...
4
5
6
7
8
###########GITHUB PATH :as the repository is set in gitlab
GITREPO_INSTITUTION=PADC
GITREPO_SERVER=voparis-tap-example


d2ebcd28   Chloé Azria   add a parameter f...
9

a2d6818c   Chloé Azria   mv the chown /var...
10
#########Be careful, the .env parameters overwrites the gavo.rc from gitlab
d2ebcd28   Chloé Azria   add a parameter f...
11

7eb59551   Chloé Azria   change parameters...
12
#Following parameters will take default values if commented :
a68aedba   Chloé Azria   idk why redirects...
13
DACHS_PORT=81
7eb59551   Chloé Azria   change parameters...
14
#default 80
a68aedba   Chloé Azria   idk why redirects...
15
APACHE_PORT=8081
7eb59551   Chloé Azria   change parameters...
16
17
18
#default 8080
SERVERNAME=localhost
#name of the host machine - default to localhost, for dev
7056e291   Chloé Azria   dachs logs volume...
19
DOMAIN=
d2ebcd28   Chloé Azria   add a parameter f...
20
#default to empty string for localhost
7056e291   Chloé Azria   dachs logs volume...
21
22
PROTOCOL=http
#default to http
d2ebcd28   Chloé Azria   add a parameter f...
23
CONTAINER_NAME=dachs_voparis
7eb59551   Chloé Azria   change parameters...
24
25

#note the default ports inside the container will be binded to DACHS_PORT and AWSTATS_PORT of the host machine