22 lines
370 B
Plaintext
22 lines
370 B
Plaintext
![]() |
TIMEZONE=Asia/Singapore
|
||
|
|
||
|
# PostgreSQL 配置
|
||
|
POSTGRES_VERSION=latest
|
||
|
|
||
|
# PostgreSQL Env
|
||
|
POSTGRES_DB=nice
|
||
|
POSTGRES_USER=nice
|
||
|
POSTGRES_PASSWORD=nice
|
||
|
|
||
|
# Redis 配置
|
||
|
REDIS_VERSION=7.2.4
|
||
|
REDIS_PASSWORD=nice
|
||
|
|
||
|
# MinIO 配置
|
||
|
MINIO_VERSION=latest
|
||
|
MINIO_ACCESS_KEY=nice
|
||
|
MINIO_SECRET_KEY=nice123
|
||
|
# Elasticsearch 配置
|
||
|
ELASTIC_VERSION=9.0.1
|
||
|
ELASTIC_PASSWORD=nice_elastic_password
|