chore(forgejo): change data path to NOMAD_ALLOC_DIR
- ephemeral disk is mounted on NOMAD_ALLOC_DIR/data
This commit is contained in:
parent
c18b1d6db9
commit
4f7ff40cd3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue