infrastructure/ansible/roles/docker/files/folding-at-home/docker-compose.yml

18 lines
416 B
YAML
Raw Normal View History

2020-03-08 18:12:12 +00:00
version: "2.3"
2020-03-08 15:13:44 +00:00
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