2020-03-08 18:12:12 +00:00
|
|
|
version: "2.3"
|
2020-03-08 15:13:44 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
folding-at-home:
|
2020-03-27 17:23:07 +00:00
|
|
|
image: linuxserver/foldingathome:latest
|
2020-03-08 15:13:44 +00:00
|
|
|
container_name: folding-at-home
|
2020-05-24 18:37:57 +01:00
|
|
|
cpus: 0.75
|
2020-03-08 15:13:44 +00:00
|
|
|
environment:
|
2020-03-27 17:23:07 +00:00
|
|
|
- TZ=Europe/London
|
|
|
|
- PUID={{ docker_user.id }}
|
|
|
|
- GUID={{ docker_user.id }}
|
|
|
|
volumes:
|
|
|
|
- ./config:/config
|
2020-03-08 15:13:44 +00:00
|
|
|
ports:
|
|
|
|
- 7396:7396
|
|
|
|
- 36330:36330
|
|
|
|
restart: unless-stopped
|