Add validated Gitea restore test pattern

This commit is contained in:
2026-05-07 10:00:58 +02:00
parent df4d335907
commit d351b1cac8
8 changed files with 248 additions and 10 deletions
+23
View File
@@ -0,0 +1,23 @@
services:
restoretest-gitea:
image: docker.gitea.com/gitea:1.25.4@sha256:17d18218be2dad1f8ed402a4f906989505c90ab8b66ee9befcecfb5d470133e7
container_name: restoretest-gitea
restart: "no"
environment:
USER_UID: "1000"
USER_GID: "1000"
GITEA__server__DOMAIN: 127.0.0.1
GITEA__server__ROOT_URL: http://127.0.0.1:13000/
GITEA__database__DB_TYPE: sqlite3
GITEA__webhook__ALLOWED_HOST_LIST: "*"
ports:
- "127.0.0.1:13000:3000"
- "127.0.0.1:12222:22"
volumes:
- /mnt/user/backups/restore-lab/gitea/data:/data
security_opt:
- no-new-privileges:true