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