From 3775b3d5d66ddbb3e73e7c4c4189475a677155c6 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Mon, 15 Jan 2024 17:22:40 -0500 Subject: [PATCH] add pull script --- scripts/pull | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/pull diff --git a/scripts/pull b/scripts/pull new file mode 100755 index 0000000..18234a7 --- /dev/null +++ b/scripts/pull @@ -0,0 +1,8 @@ +podman compose --env-file ${ENV_FILE:-.env} \ + --file services/secrets.yaml \ + --file services/backup.yaml \ + --file services/proxy.yaml \ + --file services/auth.yaml \ + --file services/web.yaml \ + --file services/git.yaml \ + pull