This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
projects:livenet:01_struttura_server [2024/12/11 12:38] – [vms] igor | projects:livenet:01_struttura_server [2024/12/11 12:52] (current) – [Taskfile.yml] igor |
---|
==== .env ==== | ==== .env ==== |
| |
==== Taskfile.yml ==== | * Unordered List ItemVariabili ambiente generali |
| |
| * ''ROOT_PATH=/xyz'' la radice del progetto, usata come directory basename |
| * ''IMG_PATH="${ROOT_PATH}/images"'' è la radice che contiene le definizioni dei dipartimenti |
| * ''REL_PATH="${ROOT_PATH}/releases"'' punta alla radice delle releases |
| * ''VMS_PATH="${ROOT_PATH}/vms"'' la radice del repository delle macchine virtuali |
| * ''LIVENET_SERVER=192.168.1.10'' è l'ip dell'host dove è in esecuzione il server livenet |
| * ''LIVENET_PORT=2049'' la porta utilizzata dal server NFS. Tipicamente la 2049, ma può essere modificata. |
| * ''SYSLOG_SERVER=192.168.1.10'' autoesplicativo |
| * ''SYSLOG_PORT=513'' |
| * ''_docker="docker"'' container runtime, che può essere anche ''podman'' |
| * ''_compose="docker compose"'' |
| * ''DEVELOP=0'' usato in sviluppo, se messo a ''1'' nell'immagine non viene copiato il software non necessario (ad esempio matlab). usato nel ''Dockerfile'' |
| |