should work now

This commit is contained in:
2026-07-23 18:29:16 +02:00
parent 269241003d
commit e56e612891
10 changed files with 133 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
docker compose pull
docker compose up -d
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
mkdir -p archivebox-data
docker compose run --rm archivebox init --setup
docker compose up -d
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
docker compose pull
docker compose up -d
docker image prune -f