We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6732dab commit fcea9e5Copy full SHA for fcea9e5
1 file changed
docker-compose.yml
@@ -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