Skip to content

Commit

Permalink
fix: update repo permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Jan 23, 2023
1 parent 6f9bf76 commit 9be45c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ branchProtectionRules:

permissionRules:
- team: infra-persistence-team
permission: admin
- team: server
permission: push
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
environment:
CASSANDRA_LISTEN_ADDRESS: cassandra
mem_limit: 2g
ports:
- "9043:9042"
healthcheck:
test: ["CMD", "cqlsh"]
timeout: 2m
Expand Down

0 comments on commit 9be45c6

Please sign in to comment.