bugfix: Install caddy config after making supervisord dir

This commit is contained in:
jamesread 2024-09-22 14:42:38 +01:00
parent 367e82bee2
commit e981ef3e66
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@ if [[ "$SKIP_CONFIG_CHECK" != "true" ]]; then
cp -vf /config/postiz.env /app/.env
fi
if [[ "$INTERNAL_PROXY_ENABLED" != "false" ]]; then
echo "Entrypoint: Starting internal proxy"
cp -vf /app/supervisord_available_configs/caddy.conf /etc/supervisor.d/
fi
if [[ "$POSTIZ_APPS" -eq "" ]]; then
echo "Entrypoint: POSTIZ_APPS is not set, starting everything!"
POSTIZ_APPS="frontend workers cron backend"