add portainer

This commit is contained in:
root
2026-05-22 12:22:14 -04:00
parent 3e856e093d
commit fc4d099d4f
4 changed files with 51 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
source "${ROOT_DIR}/scripts/docker-prod-common.sh"
start_portainer
echo "Portainer is starting."