add basic leader election on top of postgres
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-06 23:19:03 +01:00
parent 43685291b6
commit f2ef496b82
10 changed files with 114 additions and 7 deletions

5
scripts/local_down.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e pipefail
docker compose -f templates/docker-compose.yml down -v

5
scripts/local_up.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env zsh
set -e pipefail
docker compose -f templates/docker-compose.yml up -d