diff --git a/checkcle/compose.yml b/checkcle/compose.yml deleted file mode 100644 index 7c4bca6..0000000 --- a/checkcle/compose.yml +++ /dev/null @@ -1,22 +0,0 @@ -services: - checkcle: - image: operacle/checkcle:latest - container_name: checkcle - restart: unless-stopped - networks: - - reverse-proxy - ports: - - "8090:8090" # Web Application - volumes: - - pb_data:/app/pb_data # Ensure persistent data across rebuilds - ulimits: - nofile: - soft: 4096 - hard: 8192 - -volumes: - pb_data: - -networks: - reverse-proxy: - external: true \ No newline at end of file