File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# ──────────────────────────────────────────────
44POSTGRES_HOST = postgres
55POSTGRES_PORT = 5432
6- POSTGRES_DB = zenodolite
7- POSTGRES_USER = zenodolite
6+ POSTGRES_DB = arkhe
7+ POSTGRES_USER = arkhe
88POSTGRES_PASSWORD = changeme
9- DATABASE_URL = postgresql+asyncpg://zenodolite :changeme@postgres:5432/zenodolite
9+ DATABASE_URL = postgresql+asyncpg://arkhe :changeme@postgres:5432/arkhe
1010
1111# ──────────────────────────────────────────────
1212# MinIO (object storage)
@@ -15,7 +15,7 @@ MINIO_ROOT_USER=minioadmin
1515MINIO_ROOT_PASSWORD = changeme123
1616MINIO_HOST = minio
1717MINIO_PORT = 9000
18- MINIO_BUCKET = zenodo-lite
18+ MINIO_BUCKET = arkhe
1919
2020# ──────────────────────────────────────────────
2121# Redis
@@ -29,7 +29,7 @@ REDIS_URL=redis://redis:6379/0
2929# ──────────────────────────────────────────────
3030OPENSEARCH_HOST = opensearch
3131OPENSEARCH_PORT = 9200
32- OPENSEARCH_INDEX = zenodo-lite -records
32+ OPENSEARCH_INDEX = arkhe -records
3333
3434# ──────────────────────────────────────────────
3535# FastAPI / JWT
You can’t perform that action at this time.
0 commit comments