Refactor docker and clean old apps

This commit is contained in:
2025-11-01 22:06:02 +01:00
parent 45afd634db
commit cad7c24295
6 changed files with 22 additions and 277 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/dash
BASE_URL=https://git.netm.ch/m/os-init/raw/branch/main
mkdir /srv/stacks/portainer
cd /srv/stacks/portainer
wget "${BASE_URL}"/alpine/apps/portainer/compose.yaml
docker compose up -d