11 lines
278 B
Batchfile
11 lines
278 B
Batchfile
docker compose -p my-arch-app ^
|
|
-f arch-control-panel.yml ^
|
|
-f arch-application-api.yml ^
|
|
-f arch-keys-api.yml ^
|
|
-f arch-tokens-api.yml ^
|
|
-f arch-email-api.yml ^
|
|
-f arch-users-api.yml ^
|
|
-f arch-comments-api.yml ^
|
|
-f arch-entity-api.yml ^
|
|
-f arch-files-api.yml ^
|
|
up -d |