initial commit

This commit is contained in:
Yann Verry 2022-04-17 23:08:43 +02:00
commit 0e54bee4b9
4 changed files with 345 additions and 0 deletions

8
peach/update.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
cd "$(dirname "$0")"
# fetch latest version
docker-compose pull --ignore-pull-failures
# reload if needed
docker-compose up -d