Skip to content

Commit

Permalink
merge from 'db-work'
Browse files Browse the repository at this point in the history
added create job form apis
dashboard left
  • Loading branch information
Nite5ky committed Dec 12, 2024
2 parents 5e5aa47 + b7a8424 commit 46691f0
Show file tree
Hide file tree
Showing 7 changed files with 306 additions and 166 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ db-start: ## Start ScyllaDB container
docker-compose up -d

db-init: ## Initialize database schema
./scripts/init-db.sh
nohup ./scripts/init-db.sh > api.log 2>&1 &

db-shell: ## Open CQL shell
docker exec -it triggerx-scylla cqlsh
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ services:
volumes:
- scylla_data:/var/lib/scylla
command: --smp 1 --memory 750M --overprovisioned 1
logging:
driver: "json-file"

volumes:
scylla_data:
Loading

0 comments on commit 46691f0

Please sign in to comment.