diff --git a/neode-ui/src/views/Apps.vue b/neode-ui/src/views/Apps.vue index 66fdd6b3..622bdf95 100644 --- a/neode-ui/src/views/Apps.vue +++ b/neode-ui/src/views/Apps.vue @@ -341,7 +341,7 @@ const activeTab = ref<'apps' | 'services'>( // Service container name patterns (backend/infra, not user-facing) const SERVICE_NAMES = new Set([ // Database & backend infrastructure - 'archy-mempool-db', 'archy-btcpay-db', 'archy-nbxplorer', 'archy-tor', + 'dwn', 'archy-mempool-db', 'archy-btcpay-db', 'archy-nbxplorer', 'archy-tor', 'immich_postgres', 'immich_redis', 'penpot-postgres', 'penpot-valkey', 'penpot-backend', 'penpot-exporter', 'mysql-mempool', 'mempool-api', 'archy-mempool-web',