chore: Provide scripts to start the containers

This commit is contained in:
Alexander Kobjolke 2024-11-09 23:14:19 +01:00
parent 24795af52b
commit 06aab542bf
4 changed files with 39 additions and 15 deletions

View file

@ -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