Skip to content

Commit

Permalink
Merge pull request #301 from meysamhadeli/fix/fix-event-store-restore…
Browse files Browse the repository at this point in the history
…-policy-in-docker-compose

fix: Fix event store restart policy in docker compose.
  • Loading branch information
meysamhadeli authored Aug 22, 2024
2 parents 05683c7 + 9544b95 commit aa112bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions deployments/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
eventstore:
container_name: eventstore
image: eventstore/eventstore:latest
restart: unless-stopped
environment:
- EVENTSTORE_CLUSTER_SIZE=1
- EVENTSTORE_RUN_PROJECTIONS=All
Expand Down Expand Up @@ -168,7 +169,7 @@ services:
volumes:
- ./monitoring/grafana-data/data:/var/lib/grafana
networks:
- booking
- booking

#######################################################
# node_exporter
Expand All @@ -185,7 +186,7 @@ services:
- /sys:/host/sys:ro
- /:/rootfs:ro
networks:
- booking
- booking

#######################################################
# cadvisor
Expand All @@ -206,7 +207,7 @@ services:
- /dev/kmsg
networks:
- booking

######################################################
# Gateway
######################################################
Expand Down
1 change: 1 addition & 0 deletions deployments/docker-compose/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ services:
eventstore:
container_name: eventstore
image: eventstore/eventstore:latest
restart: unless-stopped
environment:
- EVENTSTORE_CLUSTER_SIZE=1
- EVENTSTORE_RUN_PROJECTIONS=All
Expand Down

0 comments on commit aa112bc

Please sign in to comment.