feat: lfs server

This commit is contained in:
f
2025-02-18 15:44:59 -03:00
parent cf2298162d
commit 77624221b4
5 changed files with 16 additions and 1 deletions
+8
View File
@@ -3,3 +3,11 @@ version: '3.8'
services:
app:
image: codeberg.org/forgejo/forgejo:10.0.0-rootless
environment:
- FORGEJO=1
secrets:
- lfs_jwt_secret
secrets:
lfs_jwt_secret:
name: ${STACK_NAME}_lfs_jwt_secret_${SECRET_LFS_JWT_SECRET_VERSION}
external: true