From 68853558008689e2220f9f6704f93ff3190e114f Mon Sep 17 00:00:00 2001 From: Lyanis Souidi Date: Fri, 26 May 2023 01:22:09 +0200 Subject: [PATCH] Ajout de scripts --- start.cmd | 1 + stop.cmd | 1 + update.cmd | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 start.cmd create mode 100644 stop.cmd create mode 100644 update.cmd diff --git a/start.cmd b/start.cmd new file mode 100644 index 0000000..e92332e --- /dev/null +++ b/start.cmd @@ -0,0 +1 @@ +docker compose up -d \ No newline at end of file diff --git a/stop.cmd b/stop.cmd new file mode 100644 index 0000000..1c3e9ca --- /dev/null +++ b/stop.cmd @@ -0,0 +1 @@ +docker compose down \ No newline at end of file diff --git a/update.cmd b/update.cmd new file mode 100644 index 0000000..ec682ca --- /dev/null +++ b/update.cmd @@ -0,0 +1,2 @@ +git pull +docker compose up -d --build \ No newline at end of file