1
1
Fork 1

Update clams-server defaults + advance project.

This commit is contained in:
Derek Smith 2023-08-13 11:58:30 -04:00
parent 7819cbe564
commit 132e32b806
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 6 additions and 5 deletions

@ -1 +1 @@
Subproject commit afe947d4dbed0ef7c7afc683c70e39209861b5c8
Subproject commit b9c54780bd8c547bd4870cdc0059659be5ddd9ce

View File

@ -439,14 +439,15 @@ if [ "$SKIP_CLAMSSERVER" = false ]; then
cat >./project/clams-server/active_env.txt <<EOL
${CLAMS_SERVER_FQDN}
EOL
# and we have to set our environment file as well.
cat > ./project/clams-server/environments/"$CLAMS_SERVER_FQDN" <<EOL
# and we have to set our environment file as well.
cat > ./project/clams-server/environments/"$CLAMS_SERVER_FQDN" <<EOL
DOCKER_HOST=ssh://ubuntu@${CLAMS_SERVER_FQDN}
DOMAIN_NAME=${PRIMARY_DOMAIN}
ENABLE_TLS=true
BTC_CHAIN=${BITCOIN_CHAIN}
CLN_COUNT=1
CLN_COUNT=5
CHANNEL_SETUP=prism
CLAMS_SERVER_PATH=${SITES_PATH}/${PRIMARY_DOMAIN}/clamsserver
EOL
bash -c "./project/clams-server/up.sh -y"