This repository has been archived on 2026-07-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Telegram-bot-schedule/docker-compose.yaml
T
2025-02-12 00:21:38 +03:00

20 lines
364 B
YAML

services:
schedule_bot:
build:
context: .
dockerfile: Dockerfile
container_name: schedule_bot
environment:
- ENV=production
restart: unless-stopped
networks:
- postgres_postgres
deploy:
resources:
limits:
cpus: '0.3'
memory: 200M
networks:
postgres_postgres:
external: true