From 76ab94d95b97c6206b0898af87041d487dabe79b Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Mon, 10 Feb 2025 05:37:58 +0300 Subject: [PATCH] Remove Pyrogram Bridge Docker Compose configuration --- docker-compose.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 38747d7..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,24 +0,0 @@ -services: - pyrogram_bridge: - image: ghcr.io/vvzvlad/pyrogram-bridge:latest - container_name: pyrogram-bridge - environment: - TG_API_ID: //TG_API_ID// - TG_API_HASH: //TG_API_HASH// - TG_SESSION_STRING: //TG_SESSION_STRING// - API_PORT: 8000 - TZ: Europe/Moscow - ports: - - "8080:8000" - restart: always - logging: - driver: "json-file" - options: - max-file: 5 - max-size: 10m - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8000/status"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 20s \ No newline at end of file