Author:
Hash:
Timestamp:
+0 -38 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
ec85f04c6f1f0d4b27f2454ca791bc86fdf17619
Sun, 19 Jul 2026 09:47:34 +0000 (1 month ago)
| 1 | diff --git a/contrib/systemd-podman/ayllu.container b/contrib/systemd-podman/ayllu.container |
| 2 | deleted file mode 100644 |
| 3 | index df7e211..0000000 |
| 4 | --- a/contrib/systemd-podman/ayllu.container |
| 5 | +++ /dev/null |
| 6 | @@ -1,38 +0,0 @@ |
| 7 | - [Unit] |
| 8 | - Description=Ayllu container |
| 9 | - |
| 10 | - # Specify the dependencies |
| 11 | - Wants=network-online.target |
| 12 | - After=network-online.target nss-lookup.target |
| 13 | - |
| 14 | - [Container] |
| 15 | - ContainerName=ayllu |
| 16 | - Image=registry.ayllu-forge.org/ayllu/ayllu:main |
| 17 | - |
| 18 | - # Enable auto-update container |
| 19 | - # AutoUpdate=registry |
| 20 | - |
| 21 | - Volume=/etc/ayllu:/etc/ayllu |
| 22 | - # Volume=/path/to/data1:/data1 |
| 23 | - |
| 24 | - HostName=ayllu |
| 25 | - PublishPort=127.0.0.1:8080:8080/tcp |
| 26 | - PublishPort=127.0.0.1:7000:7000/tcp |
| 27 | - |
| 28 | - Environment=PUID=1000 |
| 29 | - Environment=PGID=1000 |
| 30 | - Environment=TZ=Etc/UTC |
| 31 | - |
| 32 | - UIDMap=1000:0:1 |
| 33 | - UIDMap=0:1:1000 |
| 34 | - UIDMap=1001:1001:64536 |
| 35 | - |
| 36 | - [Service] |
| 37 | - Restart=on-failure |
| 38 | - |
| 39 | - # Extend Timeout to allow time to pull the image |
| 40 | - TimeoutStartSec=300 |
| 41 | - |
| 42 | - # The [Install] section allows enabling the generated service. |
| 43 | - [Install] |
| 44 | - WantedBy=default.target |