Add core service submodules and deployment map

This commit is contained in:
Ruslan Bakiev
2026-03-30 20:50:48 +07:00
parent 07fa80b58b
commit f05e393f46
8 changed files with 24 additions and 0 deletions
+9
View File
@@ -1,3 +1,12 @@
[submodule "instructions"]
path = instructions
url = https://gitea.dsrptlab.com/dsrptlab/instructions
[submodule "apollo-backend"]
path = apollo-backend
url = git@gitea.dsrptlab.com:fregat/apollo-backend.git
[submodule "web-frontend"]
path = web-frontend
url = git@gitea.dsrptlab.com:fregat/web-frontend.git
[submodule "manager-frontend"]
path = manager-frontend
url = git@gitea.dsrptlab.com:fregat/manager-frontend.git
Symlink
+1
View File
@@ -0,0 +1 @@
instructions/instructions.md
+1
Submodule apollo-backend added at 498b800bc4
Symlink
+1
View File
@@ -0,0 +1 @@
instructions/instructions.md
+9
View File
@@ -0,0 +1,9 @@
version = 1
[services]
"apollo-backend" = { deploy_mode = "dokploy_webhook", server = "main" }
"web-frontend" = { deploy_mode = "dokploy_webhook", server = "main" }
"manager-frontend" = { deploy_mode = "dokploy_webhook", server = "main" }
[servers]
"main" = { tailscale_user = "root", tailscale_name = "main-prod" }
+1
View File
@@ -0,0 +1 @@
instructions/instructions.md
+1
Submodule manager-frontend added at c0c0842427
Submodule
+1
Submodule web-frontend added at 0220041129