All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.dbmigration.cassandra.cassandra-migration.yml Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
services:
  cassandra-migration:
    container_name: cassandra-migration
    environment:
      - CASSANDRA_CONTACT_POINT=cassandra
      - USER=docker-cassandra-migration
      - CREATE_MIGRATION_KEYSPACE_SCRIPT=create-migration-keyspace.cql
      #- DEBUG_LOG=1 # uncomment to show debug logs during the migration process
    build:
      context: .
      dockerfile: cassandra/Cassandra-Migration.Dockerfile
    volumes:
      - ../resources/config/cql:/cql:ro




© 2015 - 2024 Weber Informatics LLC | Privacy Policy