From f0caebbfda640d2a45f454bd180a10795d604397 Mon Sep 17 00:00:00 2001 From: brb Date: Mon, 10 Jul 2023 16:46:53 +0200 Subject: [PATCH] defined build of container --- docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..97f996c --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: "3.9" +services: + bandwidth-probing: + build: . + container_name: bandwidth-probing + restart: unless-stopped + env_file: + - .env \ No newline at end of file