mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
feat: add AWS S3 bucket name to docker-compose configuration
This commit is contained in:
@@ -31,6 +31,7 @@ x-proxy-env: &proxy-env
|
||||
CERT_ACME_CA: ${CERT_ACME_CA:-}
|
||||
LISTEN_HTTP_PORT: ${LISTEN_PORT:-80}
|
||||
LISTEN_HTTPS_PORT: ${LISTEN_SSL_PORT:-443}
|
||||
BUCKET_NAME: ${AWS_S3_BUCKET_NAME:-uploads}
|
||||
|
||||
x-mq-env: &mq-env # RabbitMQ Settings
|
||||
RABBITMQ_HOST: ${RABBITMQ_HOST:-plane-mq}
|
||||
|
||||
Reference in New Issue
Block a user