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

18 lines
364 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: linuxserver/foldingathome:latest
2020-03-08 15:13:44 +00:00
container_name: folding-at-home
2020-04-04 11:41:41 +01:00
cpus: 1.5
2020-03-08 15:13:44 +00:00
environment:
- 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