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