This commit is contained in:
Tord-Vincent Heggland
2026-05-06 15:46:57 +02:00
commit e66a7acbb5
2 changed files with 22 additions and 0 deletions

21
docker-compose.yaml Normal file
View File

@@ -0,0 +1,21 @@
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