22 lines
469 B
YAML
22 lines
469 B
YAML
services:
|
|
foldingathome:
|
|
image: foldingathome/fah-gpu:latest
|
|
container_name: foldingathome
|
|
hostname: foldingathome
|
|
restart: unless-stopped
|
|
environment:
|
|
- USER=anonymous
|
|
- TEAM=0
|
|
- POWER=medium
|
|
# - WEB_ALLOW=172.16.0.0/12,127.0.0.1
|
|
# - COMMAND_ALLOW=172.16.0.0/12,127.0.0.1
|
|
volumes:
|
|
- ./data:/fah
|
|
ports:
|
|
- "127.0.0.1:7396:7396"
|
|
networks:
|
|
- proxy_pc
|
|
networks:
|
|
proxy_pc:
|
|
external: true
|