feat: add worldmonitor compose stack (int)

This commit is contained in:
2026-05-31 11:23:36 -04:00
parent 36359de6aa
commit 878fdb836b
2 changed files with 6 additions and 4 deletions

View File

@@ -247,9 +247,11 @@
envFile = config.age.secrets.containers_env.path;
};
# tak = {
# path = self + "/assets/compose/tak";
# };
int = {
path = self + "/assets/compose/int";
envFile = config.age.secrets.containers_env.path;
ports = [ 3000 ];
};
};
services.opencode = {