We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fbbd42 commit c89defbCopy full SHA for c89defb
apps/aether/components/taskwarrior/container.yaml
@@ -5,6 +5,9 @@
5
image: "ghcr.io/soerenschneider/aether:1.1.1"
6
imagePullPolicy: "IfNotPresent"
7
workingDir: "/home/aether"
8
+ env:
9
+ - name: "TMPDIR"
10
+ value: "/task-data"
11
securityContext:
12
privileged: false
13
allowPrivilegeEscalation: false
0 commit comments