fix(service): budibase worker envs

This commit is contained in:
peaklabs-dev 2026-01-06 23:10:38 +01:00
parent ffdae66c4e
commit 40778ad44d
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -43,8 +43,8 @@ services:
- SELF_HOSTED=1
- PORT=4003
- CLUSTER_PORT=10000
- API_ENCRYPTION_KEY=$SERVICE_BASE64_64_BUDIBASE
- JWT_SECRET=$SERVICE_BASE64_64_BUDIBASE
- API_ENCRYPTION_KEY=$SERVICE_BASE64_64_BUDIBASEAPI
- JWT_SECRET=$SERVICE_BASE64_64_BUDIBASEJWT
- MINIO_ACCESS_KEY=$SERVICE_USER_MINIO
- MINIO_SECRET_KEY=$SERVICE_PASSWORD_MINIO
- MINIO_URL=http://minio-service:9000

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long