6 lines
250 B
Bash
6 lines
250 B
Bash
docker-compose \
|
|
--project-name flexinale-monolith \
|
|
-f ../../../infrastructure/docker/flexinale-network.yml \
|
|
-f ../../../infrastructure/docker/postgres/flexinale-postgres.yml \
|
|
-f flexinale-monolith.yml \
|
|
up
|