From 738756c28b8b016faad6883b7f4d8f14e05c53e1 Mon Sep 17 00:00:00 2001 From: Elias <> Date: Wed, 12 Nov 2025 15:40:46 +0200 Subject: [PATCH] modify user and add ssh keys --- docker-compose.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bfa40e5..4b05058 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,6 +33,9 @@ services: gitea-runner: image: gitea/act_runner:latest restart: unless-stopped + user: "1000:1000" + tmpfs: + - /.cache environment: - GITEA_INSTANCE_URL=https://git.sirian.me - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_TOKEN} @@ -41,5 +44,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/lib/vepsi/gitea_runner:/data + - /home/sirian/services:/home/sirian/services + - /home/sirian/.ssh:/home/sirian/.ssh:ro depends_on: - - gitea \ No newline at end of file + - gitea