reverted hard-coded name of scalelite-proxy container

This commit is contained in:
jfederico
2022-06-17 16:13:41 -04:00
parent af371b15c3
commit a3d5abbe53
2 changed files with 2 additions and 7 deletions

View File

@@ -32,11 +32,6 @@ Create a new .env file based on the dotenv file included.
```
cp dotenv .env
sed -e '/SECRET_KEY_BASE=/ s/^${openssl rand -hex 64}*/#/' -i .env
sed -i 's/SECRET_KEY_BASE=.*/SECRET_KEY_BASE=[${openssl rand -hex 64}]/' .env
```
Most required variables are pre-set by default, the ones that must be set before starting are:

View File

@@ -122,5 +122,5 @@ docker-compose run --rm --entrypoint "\
--force-renewal" certbot
echo
echo "### Reloading $NGINX_CONTAINER_NAME..."
docker-compose exec $([ "$interactive" -ne 1 ] && echo "-T") $NGINX_CONTAINER_NAME nginx -s reload
echo "### Reloading scalelite-proxy..."
docker-compose exec $([ "$interactive" -ne 1 ] && echo "-T") scalelite-proxy nginx -s reload