##// END OF EJS Templates
rcstack: small fixes to services...
super-admin -
Show More
@@ -125,7 +125,7 b' services:'
125 env_file:
125 env_file:
126 - ${RC_ENV_FILE:?must-specify-rc-env-file}
126 - ${RC_ENV_FILE:?must-specify-rc-env-file}
127 command: [
127 command: [
128 "/home/rhodecode/.rccontrol/vcsserver-1/profile/bin/gunicorn",
128 "/usr/local/bin/rhodecode_bin/vcs_bin/gunicorn",
129 "--name=gunicorn-vcsserver-1",
129 "--name=gunicorn-vcsserver-1",
130 "--error-logfile=-",
130 "--error-logfile=-",
131 "--paster=/etc/rhodecode/conf/vcsserver.ini",
131 "--paster=/etc/rhodecode/conf/vcsserver.ini",
@@ -159,7 +159,7 b' services:'
159 networks:
159 networks:
160 - rhodecode_network
160 - rhodecode_network
161 image: elasticsearch:6.8.23
161 image: elasticsearch:6.8.23
162
162 restart: always
163 environment:
163 environment:
164 - cluster.name=elasticsearch-cluster
164 - cluster.name=elasticsearch-cluster
165 - network.host=0.0.0.0
165 - network.host=0.0.0.0
@@ -7,7 +7,7 b' function config_copy() {'
7 for f in /etc/rhodecode/conf_build/*; do
7 for f in /etc/rhodecode/conf_build/*; do
8 fname=${f##*/}
8 fname=${f##*/}
9 if [ ! -f "/etc/rhodecode/conf/$fname" ]; then
9 if [ ! -f "/etc/rhodecode/conf/$fname" ]; then
10 echo "$fname not exists copying over as default conf..."
10 echo "/etc/rhodecode/conf/$fname does not exists; Copying over as default conf bootstrap..."
11 cp -v $f /etc/rhodecode/conf/$fname
11 cp -v $f /etc/rhodecode/conf/$fname
12 fi
12 fi
13 done
13 done
General Comments 0
You need to be logged in to leave comments. Login now