feat: add worldmonitor compose stack (int) #71

Open
gortium wants to merge 1 commits from feat/worldmonitor into master
2 changed files with 6 additions and 4 deletions
Showing only changes of commit 878fdb836b - Show all commits

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 = {