/art-campbell-cqrs-microservices

Master Spring Boot Microservices with CQRS & Event Sourcing - Tutorial from Sean Campbell (Udemy)

Primary LanguageJavaApache License 2.0Apache-2.0

CircleCI codecov Java CI with Maven GitHub issues Spring Boot version Project licence Docker Keycloak Keycloak Container Axon version Axon Server Container MySQL Container MongoDB Container PostgreSQL Container Testcontainers version Spring Security JWT

art-campbell-cqrs-microservices

Master Spring Boot Microservices with CQRS & Event Sourcing - Tutorial from Sean Campbell (Udemy)

30.5 Populate env file to docker-compose up command

  1. Go to /docker-compose/project_complete
  2. Run to start stack without previously saved data
    • docker-compose --env-file ./../.env up -d
    • to stop use docker-compose down
  3. Run to start stack with import realm
    • docker-compose --env-file ./../.env -f docker-compose-import-realm.yml up -d