mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
standardized docker-compose to 1 single image
This commit is contained in:
@@ -13,7 +13,7 @@ fi
|
||||
URL_HOST=$(grep URL_HOST .env | cut -d '=' -f2)
|
||||
echo $URL_HOST
|
||||
|
||||
domains=($URL_HOST)
|
||||
domains=($URL_HOST,redis.$URL_HOST)
|
||||
rsa_key_size=4096
|
||||
data_path="./data/certbot"
|
||||
email="$LETSENCRYPT_EMAIL" # Adding a valid address is strongly recommended
|
||||
|
||||
Reference in New Issue
Block a user