improve(self-hosting): remove goose, custom migration, docs, remove zookeeper
This commit is contained in:
11
self-hosting/update
Executable file
11
self-hosting/update
Executable 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"
|
||||
Reference in New Issue
Block a user