Rimossi tutti i commenti per una maggiore semplicità

This commit is contained in:
miracle091 2021-06-06 11:05:13 +02:00
parent 62b367b273
commit 8ce78eb3b9
Signed by: miracle091
GPG Key ID: 73D6D9792AD73C84
8 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
ARCWAR_WEBUI_PORT=8001 ARCWAR_WEBUI_PORT=8001
# Archive Warrior # Archive Warrior
DOWNLOADER=cambiamiperfavore # e.g. DOWNLOADER=PincoPallino11 DOWNLOADER=cambiamiperfavore
WORKER_ID=cambiamiperfavore # WORKER_ID=PincoPallino11 WORKER_ID=cambiamiperfavore
SELECTED_PROJECT=auto SELECTED_PROJECT=auto
CONCURRENT_ITEMS=3 CONCURRENT_ITEMS=3

View File

@ -9,8 +9,8 @@ services:
ports: ports:
- ${ARCWAR_WEBUI_PORT:-8001}:8001 - ${ARCWAR_WEBUI_PORT:-8001}:8001
env_file: .env env_file: .env
cpus: 2 # usa massimo 2 core del vostro processore cpus: 2
mem_limit: 3072m # usa massimo 3GB di RAM mem_limit: 3072m
networks: networks:
custom-bridge: custom-bridge:

View File

@ -11,7 +11,7 @@ services:
env_file: .env env_file: .env
volumes: volumes:
- ${FAH_DATA:-/home/docker/folding@home/config}:/config - ${FAH_DATA:-/home/docker/folding@home/config}:/config
healthcheck: # se modificate la porta dell'interfaccia web, ricordatevi di cambiarla anche qua sotto healthcheck:
test: ["CMD", "curl", "-Ssf", http://localhost:7396"] test: ["CMD", "curl", "-Ssf", http://localhost:7396"]
interval: 1m30s interval: 1m30s
timeout: 10s timeout: 10s

View File

@ -33,7 +33,7 @@ services:
- ${POSTGRES_DATA:-/home/docker/gitea/data}:/data - ${POSTGRES_DATA:-/home/docker/gitea/data}:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
healthcheck: # se modificate la porta dell'interfaccia web, ricordatevi di cambiarla anche qua sotto healthcheck:
test: ["CMD", "curl", "-Ssf", http://localhost:3000"] test: ["CMD", "curl", "-Ssf", http://localhost:3000"]
interval: 1m30s interval: 1m30s
timeout: 10s timeout: 10s

View File

@ -4,4 +4,4 @@ PODGRAB_ASSETS=/home/docker/podgrab/podcasts
PODGRAB_CONFIG/home/docker/podgrab/config PODGRAB_CONFIG/home/docker/podgrab/config
# Podgrab # Podgrab
CHECK_FREQUENCY=60 # valore espresso in minuti, di base è 30 CHECK_FREQUENCY=30

View File

@ -7,6 +7,6 @@ TRANSMISSION_UDP_PORT=51413
# transmission # transmission
TZ=Europe/Amsterdam TZ=Europe/Amsterdam
USER=nomeutente USER=admin
PASS=password PASS=password
TRANSMISSION_WEB_HOME=/combustion-release/ # scegliere tra /combustion-release/, /transmission-web-control/, /kettu/ e /flood-for-transmission/ TRANSMISSION_WEB_HOME=/combustion-release/

View File

@ -6,4 +6,4 @@ UNIFI_STUN_PORT=3478
UNIFI_CONFIG=/config UNIFI_CONFIG=/config
# Unifi # Unifi
MEM_LIMIT=1024M # opzionale, di base è un 1 GB MEM_LIMIT=1024M

View File

@ -1,5 +1,5 @@
# Watchtower # Watchtower
WATCHTOWER_SCHEDULE=0 0 * * SAT # https://crontab.guru/#0_0_*_*_SAT WATCHTOWER_SCHEDULE=0 0 * * SAT
WATCHTOWER_CLEANUP=true WATCHTOWER_CLEANUP=true
WATCHTOWER_TIMEOUT=30s WATCHTOWER_TIMEOUT=30s
WATCHTOWER_DEBUG=false WATCHTOWER_DEBUG=false