Compare commits

..

2 Commits

Author SHA1 Message Date
b32f52656a fix: update compose submodule to network creation fix 2026-05-20 14:30:44 -04:00
fae1f3b238 fix: update compose submodule to PR #2 merge (Matrix bridge deps fix)
Updates assets/compose submodule to 8f09b43 which:

- Integrates uv pip install of openai and mautrix[encryption] into entrypoint
- Adds persistent volume mount for /opt/hermes/.venv
- Replaces matrix-nio with mautrix[encryption] for Matrix bridge
2026-05-20 14:10:40 -04:00
2 changed files with 4 additions and 6 deletions

View File

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