添加portainer,优化部署

This commit is contained in:
2026-04-08 09:58:40 +08:00
parent 14584aed3d
commit e5f841c624
31 changed files with 1882 additions and 1261 deletions

View File

@@ -16,6 +16,7 @@ if [ ! -f .env ]; then
exit 1
fi
set -a
sed -i 's/\r$//' .env
source .env
set +a