chore: Provide scripts to start the containers
This commit is contained in:
parent
8e9179d319
commit
ae5339cf54
2 changed files with 21 additions and 0 deletions
|
|
@ -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
|
||||||
9
flex-training-flexinale/infrastructure/docker/up
Normal file
9
flex-training-flexinale/infrastructure/docker/up
Normal file
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue