Start folding

This commit is contained in:
Jake Howard
2020-03-08 15:13:44 +00:00
parent b8e866058f
commit dd956450dc
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,17 @@
version: "3"
services:
folding-at-home:
image: yurinnick/folding-at-home:latest
container_name: folding-at-home
command: --allow 0/0 --web-allow 0/0 --power light --cpu-usage 35
environment:
- USER=TheOrangeOne
- TEAM=223518
- PASSKEY={{ foh_token }}
- ENABLE_GPU=false
- ENABLE_SMP=true
ports:
- 7396:7396
- 36330:36330
restart: unless-stopped