better process tracking for admin dashboard
Some checks failed
CI/CD Pipeline / build (push) Failing after 5s

This commit is contained in:
2026-03-20 12:07:16 -06:00
parent b2f53942a2
commit 6138d71d29
21 changed files with 910 additions and 106 deletions

View File

@@ -31,6 +31,7 @@ services:
RELEASE_NODE: elixir_ai@node1
RELEASE_COOKIE: secret_cluster_cookie
SECRET_KEY_BASE: F1nY5uSyD0HfoWejcuuQiaQoMQrjrlFigb3bJ7p4hTXwpTza6sPLpmd+jLS7p0Sh
PROVIDERS_CONFIG_PATH: /app/providers.yml
user: root
command: |
sh -c '
@@ -41,6 +42,7 @@ services:
volumes:
- .:/app
- /app/_build
- ./providers.yml:/app/providers.yml:ro
ports:
- "4001:4000"
depends_on:
@@ -68,6 +70,7 @@ services:
RELEASE_NODE: elixir_ai@node2
RELEASE_COOKIE: secret_cluster_cookie
SECRET_KEY_BASE: F1nY5uSyD0HfoWejcuuQiaQoMQrjrlFigb3bJ7p4hTXwpTza6sPLpmd+jLS7p0Sh
PROVIDERS_CONFIG_PATH: /app/providers.yml
user: root
command: |
sh -c '
@@ -78,6 +81,7 @@ services:
volumes:
- .:/app
- /app/_build
- ./providers.yml:/app/providers.yml:ro
ports:
- "4002:4000"
depends_on: