some updates

This commit is contained in:
kr0sh512
2025-02-12 00:21:38 +03:00
parent f4476bc15d
commit c22085eeb3
4 changed files with 138 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
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