6 lines
276 B
Bash
6 lines
276 B
Bash
docker-compose \
|
|
--project-name flexinale-modulith-2-components \
|
|
-f ../../../infrastructure/docker/flexinale-network.yml \
|
|
-f ../../../infrastructure/docker/postgres/flexinale-postgres.yml \
|
|
-f flexinale-modulith-2-components.yml \
|
|
up
|