Skip to content

Commit

Permalink
fix(stage): cubestore and minio placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ifokeev committed Apr 11, 2024
1 parent 6b7e8d8 commit 9c14065
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ services:

cubestore:
image: cubejs/cubestore:${CUBESTORE_VERSION}
deploy:
placement:
constraints: [node.role == manager]
environment:
- CUBESTORE_REMOTE_DIR=/cube/data
volumes:
Expand All @@ -191,6 +194,9 @@ services:

minio:
image: minio/minio:latest
deploy:
placement:
constraints: [node.role == manager]
deploy:
labels:
- traefik.enable=true
Expand Down

0 comments on commit 9c14065

Please sign in to comment.