From 077750789dca9e3d7c4ada088dd273106916a5dc Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 30 Oct 2025 19:19:10 +0000 Subject: [PATCH] Add Flame Dashboard/Compose.yml --- Flame Dashboard/Compose.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Flame Dashboard/Compose.yml diff --git a/Flame Dashboard/Compose.yml b/Flame Dashboard/Compose.yml new file mode 100644 index 0000000..46e43f6 --- /dev/null +++ b/Flame Dashboard/Compose.yml @@ -0,0 +1,12 @@ +services: + flame: + image: pawelmalak/flame + container_name: flame + volumes: + - /srv/docker/flame:/app/data + - /var/run/docker.sock:/var/run/docker.sock # optional but required for Docker integration + ports: + - 5005:5005 + environment: + - PASSWORD= #Secure password + restart: unless-stopped \ No newline at end of file