fix(service): budibase worker envs
This commit is contained in:
parent
ffdae66c4e
commit
40778ad44d
3 changed files with 4 additions and 4 deletions
|
|
@ -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
Loading…
Reference in a new issue