Skip to content

Commit fcea9e5

Browse files
committed
fix
1 parent 6732dab commit fcea9e5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: "3"
2+
3+
services:
4+
bot:
5+
build: .
6+
env_file:
7+
- .env
8+
deploy:
9+
resources:
10+
limits:
11+
cpus: "0.5"
12+
memory: 512M
13+
restart: always

0 commit comments

Comments
 (0)