Files
userbot/edu_master/compose.yaml
T

11 lines
243 B
YAML

services:
session-keeper:
build: ./phpsessid-bot
env_file: .env
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "test $(find /tmp/last_success -mmin -15)"]
interval: 1m
timeout: 5s
retries: 3