Automated portainer deployment implemented

This commit is contained in:
Cian Hughes
2024-01-10 17:01:18 +00:00
parent 794cbb0000
commit 5fb70cae60
7 changed files with 47 additions and 192 deletions

View File

@@ -4,15 +4,16 @@ version = "0.1.0"
description = ""
authors = ["Cian Hughes <cian.hughes@dcu.ie>"]
readme = "README.md"
repository = "https://github.com/Cian-H/I-Form_Research_Server_Stack"
packages = [
{ include = "deploy", from = "." },
# { include = "portainer", from = "src" },
]
[tool.poetry.dependencies]
python = "^3.11"
typer = "^0.9.0"
portainer = {path = "src/portainer"}
portainer = {path = "src/portainer_api"}
docker = "^7.0.0"
[tool.poetry.group.dev.dependencies]
snoop = "^0.4.3"