feat(forgejo): configure caching
Some checks failed
Lint / lint (push) Successful in 29s
Terraform Plan and Apply / cicd (push) Has been cancelled

This commit is contained in:
Ben Martin 2025-01-18 17:26:04 +00:00
parent 3f3171c074
commit b3042df33d
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -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