Skip to content

Commit

Permalink
fixed redis-servr data dir and fixed s3 emulator dns name
Browse files Browse the repository at this point in the history
  • Loading branch information
fb929 committed Jan 15, 2024
1 parent ea1ce33 commit ebf56e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
container_name: redis
image: "redis/redis-stack-server:${REDIS_VERSION}"
restart: always
command: redis-server --appendonly yes --maxmemory 256mb --maxmemory-policy noeviction --protected-mode no --loadmodule /opt/redis-stack/lib/redisbloom.so
command: redis-server --dir /data/ --appendonly yes --maxmemory 256mb --maxmemory-policy noeviction --protected-mode no --loadmodule /opt/redis-stack/lib/redisbloom.so
ports:
- "${REDIS_PORT}:${REDIS_PORT}"
volumes:
Expand All @@ -45,6 +45,10 @@ services:
- "${AWS_PORT}:4569"
volumes:
- ./storage/s3_root:/s3_root
networks:
default:
aliases:
- s3-emulator.s3-emulator

any-sync-coordinator_bootstrap:
image: "ghcr.io/anyproto/any-sync-coordinator:${ANY_SYNC_COORDINATOR_VERSION}"
Expand Down

0 comments on commit ebf56e9

Please sign in to comment.