Skip to content

Commit

Permalink
Merge branch 'refs/heads/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli committed Aug 22, 2024
2 parents bb86232 + aa112bc commit 21c99e0
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 21c99e0

Please sign in to comment.