feat: add actrunners

This commit is contained in:
2026-02-26 14:51:52 +01:00
parent 89af50a63f
commit 80210206bf
4 changed files with 52 additions and 5 deletions

View File

@@ -30,4 +30,4 @@ DISABLE_REGISTRATION = true
[session]
PROVIDER = redis
PROVIDER_CONFIG = /run/redis/redis.sock
PROVIDER_CONFIG = /run/valkey/valkey.sock

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Gitea (Git with a cup of tea)
After=network.target postgresql.service
After=network.target postgresql.service valkey.service
[Service]
RestartSec=2s