mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
Docker Compose deployment
This commit is contained in:
@@ -8,8 +8,11 @@ PORT_FRONTEND=3000
|
||||
DATABASE_URL="postgresql://admin:password@postgres:5432/open_archive?schema=public"
|
||||
|
||||
# Redis
|
||||
REDIS_HOST=redis
|
||||
REDIS_HOST=valkey
|
||||
REDIS_PORT=6379
|
||||
REDIS_PASSWORD=astrongredispassword
|
||||
REDIS_TLS_ENABLED=false
|
||||
|
||||
|
||||
# Meilisearch
|
||||
MEILI_MASTER_KEY=aSampleMasterKey
|
||||
|
||||
Reference in New Issue
Block a user