diff --git a/flex-training-flexinale/flexinale-distributed/infrastructure/docker/up b/flex-training-flexinale/flexinale-distributed/infrastructure/docker/up new file mode 100644 index 0000000..9d768f9 --- /dev/null +++ b/flex-training-flexinale/flexinale-distributed/infrastructure/docker/up @@ -0,0 +1,12 @@ +#!/usr/bin/env sh +podman-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 diff --git a/flex-training-flexinale/infrastructure/docker/up b/flex-training-flexinale/infrastructure/docker/up new file mode 100644 index 0000000..783f525 --- /dev/null +++ b/flex-training-flexinale/infrastructure/docker/up @@ -0,0 +1,9 @@ +#!/usr/bin/env sh +podman-compose \ + --project-name flexinale \ + -f flexinale-network.yml \ + -f postgres/flexinale-postgres.yml \ + -f kafka/flexinale-kafka-1-zookeeper.yml \ + -f kafka/flexinale-kafka-2-kafka.yml \ + -f kafka/flexinale-kafka-3-kafdrop.yml \ + up