restricted to 1% cpu and 50MB memory
This commit is contained in:
parent
5eebff6d5c
commit
9331a08b7c
1 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,8 @@ services:
|
||||||
BOT_TOKEN: "${TOKEN}"
|
BOT_TOKEN: "${TOKEN}"
|
||||||
volumes:
|
volumes:
|
||||||
- /root/friends/docker-volumes/oh-fortuna:/OhFortuna/data
|
- /root/friends/docker-volumes/oh-fortuna:/OhFortuna/data
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: "0.01"
|
||||||
|
memory: 50M
|
||||||
|
|
Loading…
Add table
Reference in a new issue