Docker Compose deployment

This commit is contained in:
Wayne
2025-07-25 15:50:25 +03:00
parent 946da7925b
commit 8c12cda370
7 changed files with 116 additions and 11 deletions

View File

@@ -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