Files
store-scraper-bot-java/compose.yml
T
tiennm99 def45c7402 Migrate data storage from Couchbase to Redis
Replaces Couchbase with Redis for data persistence, updating environment variables, Docker Compose files, and repository logic. Removes Couchbase and Jackson dependencies, introduces Gson for JSON serialization, and refactors models and repositories to support Redis. Adds utility classes for Redis and Gson, and updates tests and scrapers to use Gson.
2025-11-05 21:47:58 +07:00

8 lines
124 B
YAML

services:
server:
build:
context: .
# If you need redis, add redis service
# Check compose.dev.yml for example