feat(forgejo): change group for runner

This commit is contained in:
2026-08-20 14:39:27 +00:00
parent dbf771515f
commit aab8280ff8
2 changed files with 3 additions and 1 deletions

View File

@@ -77,6 +77,8 @@ services:
- ./runner/config.yaml:/config.yaml:ro
- forgejo_runner_data:/data
- /var/run/docker.sock:/var/run/docker.sock
group_add:
- "1002"
networks:
- default

View File

@@ -1,6 +1,6 @@
services:
maintenant:
image: ghcr.io/kolapsis/maintenant:1.3.5
image: ghcr.io/kolapsis/maintenant:1.3.9
container_name: maintenant
restart: unless-stopped
read_only: true