update gitea, remove .idea
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#zeropsPreprocessor=on
|
||||
services:
|
||||
- hostname: db
|
||||
type: postgresql:ha@18
|
||||
priority: 10
|
||||
verticalAutoscaling:
|
||||
minFreeRamGB: 0.25
|
||||
- hostname: volume
|
||||
type: seaweedfs:ha@3
|
||||
priority: 10
|
||||
- hostname: gitea
|
||||
type: ubuntu@24.04
|
||||
envSecrets:
|
||||
DB_PASSWORD: <@generateRandomString(<32>)>
|
||||
JWT_SECRET: <fill-from-generate-secrets.sh>
|
||||
LFS_JWT_SECRET: <fill-from-generate-secrets.sh>
|
||||
SECRET_KEY: <fill-from-generate-secrets.sh>
|
||||
INTERNAL_TOKEN: <fill-from-generate-secrets.sh>
|
||||
minContainers: 1
|
||||
maxContainers: 1
|
||||
mount:
|
||||
- volume
|
||||
Reference in New Issue
Block a user