From 7ab1c16a51ca74cf89954b3a0e6a2b71467da122 Mon Sep 17 00:00:00 2001 From: thelastblt <166474022+thelastblt@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:39:09 -0700 Subject: [PATCH] Create compose.yaml --- compose.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..2b41dda --- /dev/null +++ b/compose.yaml @@ -0,0 +1,14 @@ +version: '3.8' +volumes: + comet_data: +services: + comet: + image: g0ldyy/comet + restart: unless-stopped + container_name: comet + ports: + - "3123:8000" + env_file: + - .env + volumes: + - comet_data:/data