improve(self-hosting): remove goose, custom migration, docs, remove zookeeper

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-17 20:54:54 +01:00
parent 16b6786165
commit 329c0885d4
47 changed files with 2181 additions and 1825 deletions

11
self-hosting/update Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
git pull
echo "Pulling latest docker images"
docker compose pull
echo "Restarting services"
docker compose restart
echo "Done"