mirror of
https://github.com/Cian-H/I-Form_Research_Server_Stack.git
synced 2026-01-08 22:41:58 +00:00
Automated portainer deployment implemented
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user