package for cloudron

This commit is contained in:
2025-05-24 23:36:37 +02:00
parent b2d56fca6d
commit be66cf7e53
16 changed files with 182 additions and 2 deletions

8
setup.sh Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
export MY_UID=$(id -u)
export MY_GID=$(id -g)
docker compose down
docker compose up --build --detach --timestamps
docker compose logs --follow | grep -E 'python|error|app'