Commit aa7965a0635ebabfaf3ff21d7697859ff49a3236
1 parent
62a82c96
Exists in
master
Adapt for europlanet1
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
conf/.env
... | ... | @@ -12,11 +12,11 @@ GITREPO_SERVER=cdpp-epntap.irap.omp.eu |
12 | 12 | #Following parameters will take default values if commented : |
13 | 13 | DACHS_PORT=80 |
14 | 14 | #default 80 |
15 | -APACHE_PORT=8081 | |
15 | +APACHE_PORT=8080 | |
16 | 16 | #default 8080 |
17 | -SERVERNAME=localhost | |
17 | +SERVERNAME=cdpp-epntap.irap.omp.eu | |
18 | 18 | #name of the host machine - default to localhost, for dev |
19 | -DOMAIN= | |
19 | +DOMAIN=cdpp-epntap.irap.omp.eu | |
20 | 20 | #default to empty string for localhost |
21 | 21 | PROTOCOL=http |
22 | 22 | #default to http | ... | ... |
conf/dachs-dockerfile
... | ... | @@ -22,7 +22,6 @@ RUN apt-get install -y curl apt-utils |
22 | 22 | RUN curl -o /etc/apt/trusted.gpg.d/gavo-archive.key.asc https://docs.g-vo.org/archive-key.asc |
23 | 23 | RUN echo "deb http://vo.ari.uni-heidelberg.de/debian release main" > /etc/apt/sources.list.d/dachs.list |
24 | 24 | |
25 | - | |
26 | 25 | ### |
27 | 26 | # Server Configuration |
28 | 27 | ### | ... | ... |