.env 543 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


#Following parameters will take default values if commented :
DACHS_PORT=80
#default 80
AWSTATS_PORT=8080
#default 8080
SERVERNAME=localhost
#name of the host machine - default to localhost, for dev
#DOMAIN=
#default to ""

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