keep everything on disk for consistensysysysye

This commit is contained in:
zenfyr 2026-01-04 13:34:30 +07:00
commit d659f8aa06
Signed by: melontini
SSH key fingerprint: SHA256:TtcIcnTnoAB5mqHofsaOxIgiMzfVBxej1AXT7DQdrTE
6 changed files with 3 additions and 8 deletions

View file

@ -13,7 +13,7 @@ HealthInterval=5s
HealthTimeout=3s
HealthRetries=5
User=podman
Volume=dind.volume:/home/podman/.local/share/containers:Z
Volume=/var/containers/dind/data:/home/podman/.local/share/containers:Z
Volume=/var/run/dind:/var/run/1000:z
Exec=sh -c "podman system service --time=0 unix:///var/run/1000/docker.sock & PID=$!; while [ ! -S /var/run/1000/docker.sock ]; do sleep 0.1; kill -0 $PID 2>/dev/null || exit 1; done && chmod 0666 /var/run/1000/docker.sock && wait $PID"

View file

@ -1,2 +0,0 @@
[Volume]
VolumeName=dind

View file

@ -6,7 +6,7 @@ Image=ghcr.io/purplei2p/i2pd:latest
ContainerName=i2pd
AutoUpdate=registry
Network=host
Volume=i2pd.volume:/home/i2pd/data:Z,U
Volume=/var/containers/i2pd/data:/home/i2pd/data:Z,U
[Service]
Restart=always

View file

@ -1 +0,0 @@
[Volume]

View file

@ -10,7 +10,7 @@ AutoUpdate=registry
PublishPort=127.0.0.1:48898:8080
Network=searxng.network
Volume=/var/containers/searxng/config:/etc/searxng:ro,Z
Volume=searxng.volume:/var/cache/searxng
Volume=/var/containers/searxng/cache:/var/cache/searxng
[Service]
Restart=always

View file

@ -1,2 +0,0 @@
[Volume]
VolumeName=searxng