Skip to content

Commit

Permalink
enable tables when running start_data_api.sh (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored Sep 9, 2024
1 parent 07c6497 commit 4f272ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ services:
- QUARKUS_HTTP_ACCESS_LOG_ENABLED=${REQUESTLOG}
- QUARKUS_LOG_LEVEL=${LOGLEVEL}
- STARGATE_JSONAPI_OPERATIONS_DATABASE_CONFIG_CASSANDRA_END_POINTS=coordinator
- STARGATE_TABLES_ENABLED=true
healthcheck:
test: curl -f http://localhost:8181/stargate/health || exit 1
interval: 5s
timeout: 10s
retries: 10

networks:
stargate:
stargate:

0 comments on commit 4f272ec

Please sign in to comment.