set up some initial work around starting a foundry container

This commit is contained in:
iamBadgers
2026-03-29 01:31:13 -07:00
parent 6a04981443
commit d71d698888
3 changed files with 68 additions and 20 deletions

View File

@@ -83,8 +83,8 @@ def activate_table(table_id):
keys[0].reserve(table.game_table_id)
table.active = True
table.docker_id = container_managment.start_container(
table.game_table_name, "test_table_1"
table.docker_id = container_managment.start_foundry_container(
table.game_table_name, table.game_table_link
)
app.logger.info(table.docker_id)
keys[0].commit(cursor)