flex/flex-training-flexinale/flexinale-distributed/infrastructure/docker/docker-compose_up.sh

11 lines
610 B
Bash

docker-compose \
--project-name flexinale-distributed \
-f ../../../infrastructure/docker/flexinale-network.yml \
-f ../../../infrastructure/docker/postgres/flexinale-postgres.yml \
-f ../../../infrastructure/docker/kafka/flexinale-kafka-1-zookeeper.yml \
-f ../../../infrastructure/docker/kafka/flexinale-kafka-2-kafka.yml \
-f ../../../infrastructure/docker/kafka/flexinale-kafka-3-kafdrop.yml \
-f flexinale-distributed-besucherportal.yml \
-f flexinale-distributed-ticketing.yml \
-f flexinale-distributed-backoffice.yml \
up