Merge branch 'master' into forgejo

This commit is contained in:
f
2025-05-15 14:22:53 -03:00
6 changed files with 18 additions and 2 deletions
+8
View File
@@ -3,3 +3,11 @@ version: '3.8'
services:
app:
image: codeberg.org/forgejo/forgejo:10.0.1-rootless
environment:
- FORGE=forgejo
secrets:
- lfs_jwt_secret
secrets:
lfs_jwt_secret:
name: ${STACK_NAME}_lfs_jwt_secret_${SECRET_LFS_JWT_SECRET_VERSION}
external: true