mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2025-12-23 06:32:07 +00:00
Another attempt via dhcp
This commit is contained in:
6
deploy
6
deploy
@@ -81,9 +81,9 @@ def deploy_stack(username: str, password: str, stack_name: Optional[str] = "stac
|
||||
stacks = portainer.StacksApi(client)
|
||||
# Then, deploy the substacks using the API
|
||||
print("Deploying substacks via portainer API")
|
||||
# portainer_deploy_stack("networks", stacks, endpoint_id)
|
||||
# portainer_deploy_stack("volumes", stacks, endpoint_id)
|
||||
# portainer_deploy_stack("backend", stacks, endpoint_id)
|
||||
portainer_deploy_stack("networks", stacks, endpoint_id)
|
||||
portainer_deploy_stack("volumes", stacks, endpoint_id)
|
||||
portainer_deploy_stack("backend", stacks, endpoint_id)
|
||||
portainer_deploy_stack("frontend", stacks, endpoint_id)
|
||||
print("Stack deployed!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user