mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-17 15:53:50 +00:00
def45c7402
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.
8 lines
124 B
YAML
8 lines
124 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
|
|
# If you need redis, add redis service
|
|
# Check compose.dev.yml for example
|