chore(forgejo): change data path to NOMAD_ALLOC_DIR
All checks were successful
Lint / lint (push) Successful in 39s
Terraform Plan and Apply / cicd (push) Successful in 3m46s

- ephemeral disk is mounted on NOMAD_ALLOC_DIR/data
This commit is contained in:
Ben Martin 2025-03-17 14:16:28 +00:00
parent c18b1d6db9
commit 4f7ff40cd3

View file

@ -90,7 +90,7 @@ job "forgejo" {
labels: []
cache:
enabled: true
dir: "{{ env "NOMAD_TASK_DIR" }}/cache"
dir: "{{ env "NOMAD_ALLOC_DIR" }}/data/cache"
host: "127.0.0.1"
port: {{ env "NOMAD_PORT_cache_server" }}
container: