MasterpieceDockerCompose/folding@home/docker-compose.yml

17 lines
544 B
YAML

version: "3.4"
services:
fah:
container_name: linuxserver-fah
image: ghcr.io/linuxserver/foldingathome
restart: unless-stopped
ports:
- ${FAH_WEBUI_PORT:-7396}:7396
env_file: .env
volumes:
- ${FAH_DATA:-/home/docker/folding@home/config}:/config
healthcheck: # se modificate la porta dell'interfaccia web, ricordatevi di cambiarla anche qua sotto
test: ["CMD", "curl", "-Ssf", http://localhost:7396"]
interval: 1m30s
timeout: 10s
retries: 3
start_period: 1m