editfiltrbot / docker-compose.yml
Foydalanuvchi
Phase 3 Optimization & Final Deployment
9b345f9
raw
history blame contribute delete
332 Bytes
version: '3.8'
services:
editfiltrbot:
build: .
container_name: editfiltrbot_container
restart: unless-stopped
env_file:
- .env
volumes:
- .:/app
environment:
- TZ=Asia/Tashkent
deploy:
resources:
limits:
memory: 4G
reservations:
memory: 2G