.env 740 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=omp
GITREPO_SERVER=cdpp-epntap.irap.omp.eu



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

#Following parameters will take default values if commented :
DACHS_PORT=80
#default 80
APACHE_PORT=8080
#default 8080
SERVERNAME=cdpp-epntap.irap.omp.eu
#name of the host machine - default to localhost, for dev
DOMAIN=cdpp-epntap.irap.omp.eu
#default to empty string for localhost
PROTOCOL=http
#default to http
CONTAINER_NAME=dachs_cdpp

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