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
+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
+11
View File
@@ -0,0 +1,11 @@
services:
arch-control-panel:
container_name: arch-control-panel
hostname: arch-control-panel
image: gitea.triunnialabs.com/triunnialabs/arch-control-panel:0.0.22
ports:
- "50000:8080"
volumes:
- type: bind
source: C:\MyArchApp\Control Panel
target: /opt/triunnialabs/arch/controlpanel