mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: plane template
This commit is contained in:
parent
cf34abcfa6
commit
3ab1c39b1a
@ -17,8 +17,8 @@ env = [
|
||||
"MINIO_ROOT_USER=access-key",
|
||||
"MINIO_ROOT_PASSWORD=password:32",
|
||||
"AWS_REGION=",
|
||||
"AWS_ACCESS_KEY_ID={username}",
|
||||
"AWS_SECRET_ACCESS_KEY=${MINIO_ROOT_PASSWORD}",
|
||||
"AWS_ACCESS_KEY_ID=${MINIO_ROOT_USER}",
|
||||
"AWS_SECRET_ACCESS_KEY=${minio_password}",
|
||||
"AWS_S3_ENDPOINT_URL=http://plane-minio:9000",
|
||||
"AWS_S3_BUCKET_NAME=uploads",
|
||||
"NGINX_PORT=80",
|
||||
|
Loading…
Reference in New Issue
Block a user