Skip to content

Commit

Permalink
Stop eventstore eating disk space on Azure (#66)
Browse files Browse the repository at this point in the history
* Stop eventstore eating azure disk space
  • Loading branch information
AndrewIOM committed Jun 12, 2023
1 parent 71d76f0 commit 21784b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ services:
- EVENTSTORE_DB=/var/lib/eventstore-db
- EVENTSTORE_INDEX=/var/lib/eventstore-index
- EVENTSTORE_LOG=/var/log/eventstore
- EVENTSTORE_STATS_PERIOD_SEC=86400
restart: always
volumes:
- /data/eventstore-db:/var/lib/eventstore-db
- /data/eventstore-index:/var/lib/eventstore-index
- /var/log/eventstore:/var/log/eventstore
- /data/eventstore-logs:/var/log/eventstore

core.readmodel:
command: redis-server --appendonly yes
Expand Down

0 comments on commit 21784b7

Please sign in to comment.