Skip to content

Commit

Permalink
Changed to use a SASI enabled cassandra image for jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad45123 committed May 17, 2024
1 parent 2d21637 commit 4ceca5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,426 deletions.
9 changes: 1 addition & 8 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# Simulates a network etc.
version: '3.7'

configs:
jobs_cassandra_config:
file: ./services/jobs/cassandra-config/cassandra.yaml

services:
# ----- GENERAL SERVICES -------
service_webserver:
Expand Down Expand Up @@ -71,10 +67,7 @@ services:
swarm.autoscaler.maximum: '3'

jobs_db:
image: cassandra:4.0.7
configs:
- source: jobs_cassandra_config
target: /etc/cassandra/cassandra.yaml
image: ahmad45123/workup:sasicassandra
healthcheck:
test: [ "CMD", "cqlsh", "-e", "describe keyspaces" ]
interval: 20s
Expand Down
Loading

0 comments on commit 4ceca5a

Please sign in to comment.