mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Follow up installer fixes (#621)
* enable installer on docker first run * add SESSION_COOKIE to compose file * `APP_ENVIRONMENT_ONLY` is long gone * session env vars no longer needed after #624 * set defaults to null if sqlite is selected
This commit is contained in:
3
.github/docker/entrypoint.sh
vendored
3
.github/docker/entrypoint.sh
vendored
@@ -21,6 +21,9 @@ else
|
||||
echo -e "APP_KEY exists in environment, using that."
|
||||
echo -e "APP_KEY=$APP_KEY" > /pelican-data/.env
|
||||
fi
|
||||
|
||||
## enable installer
|
||||
echo -e "APP_INSTALLED=false" >> /pelican-data/.env
|
||||
fi
|
||||
|
||||
mkdir /pelican-data/database
|
||||
|
||||
Reference in New Issue
Block a user