mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-30 06:22:13 -05:00
[Colanode] Wrong env names (#204)
* Update docker-compose.yml * Update docker-compose.yml
This commit is contained in:
@@ -100,12 +100,12 @@ services:
|
|||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# S3 Configuration for Files
|
# S3 Configuration for Files
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
S3_FILES_ENDPOINT: "http://minio:9000"
|
STORAGE_S3_ENDPOINT: "http://minio:9000"
|
||||||
S3_FILES_ACCESS_KEY: ${MINIO_ROOT_USER}
|
STORAGE_S3_ACCESS_KEY: ${MINIO_ROOT_USER}
|
||||||
S3_FILES_SECRET_KEY: ${MINIO_ROOT_PASSWORD}
|
STORAGE_S3_SECRET_KEY: ${MINIO_ROOT_PASSWORD}
|
||||||
S3_FILES_BUCKET_NAME: "colanode-files"
|
STORAGE_S3_BUCKET: "colanode-files"
|
||||||
S3_FILES_REGION: "us-east-1"
|
STORAGE_S3_REGION: "us-east-1"
|
||||||
S3_FILES_FORCE_PATH_STYLE: "true"
|
STORAGE_S3_FORCE_PATH_STYLE: "true"
|
||||||
|
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
# SMTP configuration
|
# SMTP configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user