.env 703 Bytes
# enter here all key = value you need to path in docker-compose.yaml file
VERSION=11

###########GITHUB PATH :as the repository is set in gitlab
GITREPO_INSTITUTION=PADC
GITREPO_SERVER=voparis-tap-example



#########Be careful, the .env parameters overwrites the gavo.rc from gitlab

#Following parameters will take default values if commented :
DACHS_PORT=81
#default 80
APACHE_PORT=8081
#default 8080
SERVERNAME=localhost
#name of the host machine - default to localhost, for dev
DOMAIN=
#default to empty string for localhost
PROTOCOL=http
#default to http
CONTAINER_NAME=dachs_voparis

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