feat(forgejo): configure caching
This commit is contained in:
parent
3f3171c074
commit
b3042df33d
1 changed files with 1 additions and 4 deletions
|
@ -121,10 +121,7 @@ job "forgejo" {
|
||||||
labels: []
|
labels: []
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
dir: ""
|
dir: "{{ env "NOMAD_TASK_DIR" }}/cache"
|
||||||
host: ""
|
|
||||||
port: 0
|
|
||||||
external_server: ""
|
|
||||||
container:
|
container:
|
||||||
network: "host"
|
network: "host"
|
||||||
enable_ipv6: false
|
enable_ipv6: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue