Add docker compose samples

This commit is contained in:
paragon
2026-05-30 16:21:00 -04:00
parent a687110703
commit f7ed4a1b40
3 changed files with 33 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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